summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-06-28 21:10:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-06-28 21:10:20 +0000
commit8efe8dcc2338f700c76af2cbeb1588a1ab8213d8 (patch)
tree6642e8193a157ef86600b919c34808ac7e575090 /fluid
parent6a6e4ab66c655d2d897c3382a03cd9754257cf01 (diff)
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
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx5
1 files changed, 2 insertions, 3 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 $".
//