X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dyncnn.git;a=blobdiff_plain;f=universe.h;h=11dacc719ff08b446dcea535e4c465b7e839497a;hp=6cb41933a685028058e7411f4d1ba48438d01d98;hb=fe5dee151313b6abd8ffee2c5fc5593f326e663f;hpb=be0c7d53f21ce96c70e7c13ef0ba2c9eca10ca23 diff --git a/universe.h b/universe.h index 6cb4193..11dacc7 100644 --- a/universe.h +++ b/universe.h @@ -32,10 +32,6 @@ #include "canvas.h" #include "polygon.h" -#ifdef X11_SUPPORT -#include "simple_window.h" -#endif - using namespace std; class Universe { @@ -64,14 +60,6 @@ public: Polygon *pick_polygon(scalar_t x, scalar_t y); -#ifdef XFIG_SUPPORT - void print_xfig(XFigTracer *tracer); -#endif - -#ifdef X11_SUPPORT - void draw(SimpleWindow *window); -#endif - void draw(Canvas *canvas); };