]> git.lyx.org Git - features.git/commitdiff
Remove cruft.
authorAngus Leeming <leeming@lyx.org>
Tue, 5 Mar 2002 15:08:22 +0000 (15:08 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 5 Mar 2002 15:08:22 +0000 (15:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3666 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/GUIRunTime.C
src/frontends/xforms/Makefile.am

index 05bba6edb7d90bb3360eb7d9666eeeacb9892b2c..b52a0ad7eaa69f919a4cf75b839d01bfa59393dd 100644 (file)
 #include "GUIRunTime.h"
 #include "XFormsView.h"
 #include "debug.h"
-
-//#if (FL_REVISION >= 89 && FL_FIXLEVEL >= 6)
-//#include "xformsGImage.h"
-//#else
 #include "graphics/GraphicsImageXPM.h"
-//#endif
 
 // I keep these here so that it will be processed as early in
 // the compilation process as possible.
@@ -132,22 +127,16 @@ LyXView * GUIRunTime::createMainView(int w, int h)
 
 
 
-// Called bu the graphics cache to connect the approriate frontend
+// Called by the graphics cache to connect the appropriate frontend
 // image loading routines to the LyX kernel.
 void GUIRunTime::initialiseGraphics()
 {
        using namespace grfx;
        using SigC::slot;
     
-//#if (FL_REVISION >= 89 && FL_FIXLEVEL >= 6)
-       // connect the image loader based on the xforms library
-//     GImage::newImage.connect(slot(&xformsGImage::newImage));
-//     GImage::loadableFormats.connect(slot(&xformsGImage::loadableFormats));
-//#else
        // connect the image loader based on the XPM library
        GImage::newImage.connect(slot(&GImageXPM::newImage));
        GImage::loadableFormats.connect(slot(&GImageXPM::loadableFormats));
-//#endif
 }
 
 
index 5466b1fd9158511b64c2afb23641d6552806d28d..8c5d13f7e328f5fc2f3ee6fd0f29e065bad3f276 100644 (file)
@@ -201,10 +201,6 @@ libxforms_la_SOURCES = \
        xformsBC.C \
        xformsBC.h
 
-
-#      xformsGImage.C \
-#      xformsGImage.h
-
 # These still have to be added. Sooner or later. ARRae-20000411
 #      GUI_defaults.C \
 #      GUI_initialize.C \