diff options
| -rw-r--r-- | fluid/fluid.cxx | 5 | ||||
| -rw-r--r-- | test/file_chooser.cxx | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index c0573d538..4a4d20f50 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.15.2.13.2.28 2002/06/28 21:04:36 easysw Exp $" +// "$Id: fluid.cxx,v 1.15.2.13.2.29 2002/06/28 21:10:19 easysw Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -760,7 +760,6 @@ int main(int argc,char **argv) { return 1; } const char *c = argv[i]; - fl_register_images(); make_main_window(); if (c) set_filename(c); if (!compile_only) { @@ -796,5 +795,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.15.2.13.2.28 2002/06/28 21:04:36 easysw Exp $". +// End of "$Id: fluid.cxx,v 1.15.2.13.2.29 2002/06/28 21:10:19 easysw Exp $". // 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 $". // |
