author | francesco-ST <francesco.abbate@st.com> | 2010年09月02日 15:02:30 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年09月02日 15:02:30 +0200 |
commit | 4fe53fb821119cba4606434b12a59928bcc2d4a9 (patch) | |
tree | bf202cc383ba67b93c9f2c81f77aaacf21eeff62 /agg-plot/window-cpp.h | |
parent | 237996111f07eb7e52d596be9a2b2145f64b707f (diff) | |
download | gsl-shell-4fe53fb821119cba4606434b12a59928bcc2d4a9.tar.gz |
-rw-r--r-- | agg-plot/window-cpp.h | 2 |
diff --git a/agg-plot/window-cpp.h b/agg-plot/window-cpp.h index 963d5a0d..2bfaf77d 100644 --- a/agg-plot/window-cpp.h +++ b/agg-plot/window-cpp.h @@ -54,8 +54,6 @@ public: ~window() { if (m_tree) delete m_tree; }; - static window *check (lua_State *L, int index); - void split(const char *spec); int attach(lua_plot *plot, const char *spec); void draw_slot(int slot_id, bool update_req); |