From: Abdelrazak Younes Date: Wed, 23 Jul 2008 12:19:43 +0000 (+0000) Subject: Remove GraphicsTypes.cpp X-Git-Tag: 1.6.10~3911 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1afed1fc8819684ec1539befdd4bd11df9a7ae37;p=features.git Remove GraphicsTypes.cpp git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25838 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index ccd7073f3f..e6fe47afa9 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -412,7 +412,6 @@ src_graphics_files = Split(''' GraphicsImage.cpp GraphicsLoader.cpp GraphicsParams.cpp - GraphicsTypes.cpp PreviewImage.cpp PreviewLoader.cpp Previews.cpp diff --git a/src/Makefile.am b/src/Makefile.am index 722ba4dd90..88b1e11e49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -306,7 +306,6 @@ liblyxgraphics_la_SOURCES = \ graphics/GraphicsParams.cpp \ graphics/GraphicsParams.h \ graphics/GraphicsTypes.h \ - graphics/GraphicsTypes.cpp \ graphics/PreviewImage.h \ graphics/PreviewImage.cpp \ graphics/PreviewLoader.h \ diff --git a/src/graphics/GraphicsTypes.cpp b/src/graphics/GraphicsTypes.cpp deleted file mode 100644 index af25934cc0..0000000000 --- a/src/graphics/GraphicsTypes.cpp +++ /dev/null @@ -1,23 +0,0 @@ -/** - * \file GraphicsTypes.cpp - * This file is part of LyX, the document processor. - * Licence details can be found in the file COPYING. - * - * \author Rob Lahaye - * - * Full author contact details are available in file CREDITS. - */ - -#include - -#include "graphics/GraphicsTypes.h" - -#include - -using namespace std; - -namespace lyx { -namespace graphics { - -} // namespace graphics -} // namespace lyx