author | francesco-ST <francesco.abbate@st.com> | 2010年08月25日 11:09:52 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年08月25日 11:09:52 +0200 |
commit | 29a9dbd5af79c3c80749efaf09fb8240482ff5b5 (patch) | |
tree | 649b5ca2d64736acaef19ba9025e88ae872c54b3 /agg-plot/lua-plot-cpp.h | |
parent | e175b9208a1e5a2eaa1889c1f3a3bab6897a4aff (diff) | |
download | gsl-shell-29a9dbd5af79c3c80749efaf09fb8240482ff5b5.tar.gz |
-rw-r--r-- | agg-plot/lua-plot-cpp.h | 4 |
diff --git a/agg-plot/lua-plot-cpp.h b/agg-plot/lua-plot-cpp.h index a9cfb45a..1c3f52c0 100644 --- a/agg-plot/lua-plot-cpp.h +++ b/agg-plot/lua-plot-cpp.h @@ -19,7 +19,7 @@ private: plot_type m_plot; public: - lua_plot() : m_plot(), window_id(-1), id(-1) { }; + lua_plot() : m_plot(), window_id(-1) { }; void update_window(lua_State *L); @@ -29,8 +29,6 @@ public: int window_id; int slot_id; - - int id; }; #endif |