From 6a143b1f61533c03ef20a8f2b82d2c90180055bc Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 22 Apr 2008 18:11:51 +0000 Subject: Applying 1.1.9 changes to the 1.3 branch. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/hello.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/hello.cxx b/test/hello.cxx index 87918da26..1021bee1c 100644 --- a/test/hello.cxx +++ b/test/hello.cxx @@ -31,8 +31,6 @@ #include int main(int argc, char **argv) { - char b[1024]; - fl_filename_relative(b, 1024, "/Users/matt/proj/source"); Fl_Window *window = new Fl_Window(300,180); Fl_Box *box = new Fl_Box(FL_UP_BOX,20,40,260,100,"Hello, World!"); box->labelfont(FL_BOLD+FL_ITALIC); -- cgit v1.2.3