]> git.lyx.org Git - features.git/commitdiff
Remove GraphicsTypes.cpp
authorAbdelrazak Younes <younes@lyx.org>
Wed, 23 Jul 2008 12:19:43 +0000 (12:19 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 23 Jul 2008 12:19:43 +0000 (12:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25838 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
src/Makefile.am
src/graphics/GraphicsTypes.cpp [deleted file]

index ccd7073f3fc739cbe35518d84e114310edcb9024..e6fe47afa9ead56669bf0762a0da64c427d276e7 100644 (file)
@@ -412,7 +412,6 @@ src_graphics_files = Split('''
     GraphicsImage.cpp
     GraphicsLoader.cpp
     GraphicsParams.cpp
-    GraphicsTypes.cpp
     PreviewImage.cpp
     PreviewLoader.cpp
     Previews.cpp
index 722ba4dd904cae3f6a7149f479039a80943c74b0..88b1e11e4911978f29f01e3483b3e3841dc3ab09 100644 (file)
@@ -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 (file)
index af25934..0000000
+++ /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 <config.h>
-
-#include "graphics/GraphicsTypes.h"
-
-#include <string>
-
-using namespace std;
-
-namespace lyx {
-namespace graphics {
-
-} // namespace graphics
-} // namespace lyx