Remove cruft.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3666 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-03-05 15:08:22 +00:00
parent 82cc1af962
commit 828035c7f3
2 changed files with 1 additions and 16 deletions

View File

@ -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
}

View 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 \