From 8efe8dcc2338f700c76af2cbeb1588a1ab8213d8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Jun 2002 21:10:20 +0000 Subject: Don't need to manually register image formats in these programs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/file_chooser.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/file_chooser.cxx b/test/file_chooser.cxx index e2df8e0a5..42739ebc3 100644 --- a/test/file_chooser.cxx +++ b/test/file_chooser.cxx @@ -1,5 +1,5 @@ // -// "$Id: file_chooser.cxx,v 1.4.2.3.2.6 2002/06/28 21:04:37 easysw Exp $" +// "$Id: file_chooser.cxx,v 1.4.2.3.2.7 2002/06/28 21:10:20 easysw Exp $" // // File chooser test program. // @@ -81,8 +81,6 @@ main(int argc, // I - Number of command-line arguments // Make the file chooser... - fl_register_images(); - Fl::scheme(NULL); Fl_File_Icon::load_system_icons(); @@ -292,5 +290,5 @@ show_callback(void) // -// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.6 2002/06/28 21:04:37 easysw Exp $". +// End of "$Id: file_chooser.cxx,v 1.4.2.3.2.7 2002/06/28 21:10:20 easysw Exp $". // -- cgit v1.2.3