Skip to content

Commit

Permalink
Don't need to manually register image formats in these programs.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2330 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Jun 28, 2002
1 parent 6a6e4ab commit 8efe8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions 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).
//
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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 $".
//
6 changes: 2 additions & 4 deletions 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.
//
Expand Down Expand Up @@ -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();

Expand Down Expand Up @@ -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 $".
//

0 comments on commit 8efe8dc

Please sign in to comment.