From: Angus Leeming Date: Tue, 5 Mar 2002 15:08:22 +0000 (+0000) Subject: Remove cruft. X-Git-Tag: 1.6.10~19732 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=828035c7f333d39654a33f8cbb8445e5e1cbf539;p=features.git Remove cruft. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3666 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/xforms/GUIRunTime.C b/src/frontends/xforms/GUIRunTime.C index 05bba6edb7..b52a0ad7ea 100644 --- a/src/frontends/xforms/GUIRunTime.C +++ b/src/frontends/xforms/GUIRunTime.C @@ -18,12 +18,7 @@ #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 } diff --git a/src/frontends/xforms/Makefile.am b/src/frontends/xforms/Makefile.am index 5466b1fd91..8c5d13f7e3 100644 --- a/src/frontends/xforms/Makefile.am +++ b/src/frontends/xforms/Makefile.am @@ -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 \