summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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);