diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/hello.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/hello.cxx b/test/hello.cxx index 76d8c2c2c..ac1565996 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -20,11 +20,7 @@ #include <FL/Fl_Window.H> #include <FL/Fl_Box.H> - -#include <stdio.h> - int main(int argc, char **argv) { - Fl_Window *window = new Fl_Window(340,180); Fl_Box *box = new Fl_Box(20,40,300,100,"Hello, World!"); box->box(FL_UP_BOX); |
