-rw-r--r-- | agg-plot/plot-window.h | 13 |
diff --git a/agg-plot/plot-window.h b/agg-plot/plot-window.h deleted file mode 100644 index 5f735efb..00000000 --- a/agg-plot/plot-window.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef PLOT_WINDOW_H -#define PLOT_WINDOW_H - -#include "defs.h" - -__BEGIN_DECLS -#include "lua.h" - -extern void plot_window_register (lua_State *L); - -__END_DECLS - -#endif |