diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-04-22 18:11:51 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-04-22 18:11:51 +0000 |
| commit | 6a143b1f61533c03ef20a8f2b82d2c90180055bc (patch) | |
| tree | bae9eeabf06ddfb84d0f01f341d32743a8ab4e31 /test | |
| parent | 232ef4e1599b22e6d1426147ea594193d64f01a1 (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.cxx | 2 |
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); |
