-rw-r--r-- | agg-plot/lua-plot-cpp.h | 7 |
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h index 1c3f52c0..022be7e9 100644 --- a/agg-plot/lua-plot-cpp.h +++ b/agg-plot/lua-plot-cpp.h @@ -19,16 +19,11 @@ private: plot_type m_plot; public: - lua_plot() : m_plot(), window_id(-1) { }; - - void update_window(lua_State *L); + lua_plot() : m_plot() { }; plot_type& self() { return m_plot; }; static lua_plot *check(lua_State *L, int index); - - int window_id; - int slot_id; }; #endif |