summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-04-22 18:11:51 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-04-22 18:11:51 +0000
commit6a143b1f61533c03ef20a8f2b82d2c90180055bc (patch)
treebae9eeabf06ddfb84d0f01f341d32743a8ab4e31 /test
parent232ef4e1599b22e6d1426147ea594193d64f01a1 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/hello.cxx2
1 files changed, 0 insertions, 2 deletions
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 <FL/filename.H>
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);