summaryrefslogtreecommitdiff
path: root/test/input_choice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/input_choice.cxx')
-rw-r--r--test/input_choice.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/input_choice.cxx b/test/input_choice.cxx
index 39fc40482..6f7471330 100644
--- a/test/input_choice.cxx
+++ b/test/input_choice.cxx
@@ -3,7 +3,7 @@
//
// Test program for Fl_Input_Choice
//
-// Copyright 1998-2005 by Bill Spitzak and others.
+// Copyright 1998-2006 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -40,7 +40,6 @@ void input_choice_cb(Fl_Widget*,void*data) {
}
int main(int argc, char **argv) {
- Fl::scheme("plastic"); // optional
Fl_Window win(300, 200);
Fl_Input_Choice in(40,40,100,28,"Test");