-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); |