Remove GraphicsTypes.cpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25838 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-23 12:19:43 +00:00
parent 4bc7feaa96
commit 1afed1fc88
3 changed files with 0 additions and 25 deletions

View File

@ -412,7 +412,6 @@ src_graphics_files = Split('''
GraphicsImage.cpp GraphicsImage.cpp
GraphicsLoader.cpp GraphicsLoader.cpp
GraphicsParams.cpp GraphicsParams.cpp
GraphicsTypes.cpp
PreviewImage.cpp PreviewImage.cpp
PreviewLoader.cpp PreviewLoader.cpp
Previews.cpp Previews.cpp

View File

@ -306,7 +306,6 @@ liblyxgraphics_la_SOURCES = \
graphics/GraphicsParams.cpp \ graphics/GraphicsParams.cpp \
graphics/GraphicsParams.h \ graphics/GraphicsParams.h \
graphics/GraphicsTypes.h \ graphics/GraphicsTypes.h \
graphics/GraphicsTypes.cpp \
graphics/PreviewImage.h \ graphics/PreviewImage.h \
graphics/PreviewImage.cpp \ graphics/PreviewImage.cpp \
graphics/PreviewLoader.h \ graphics/PreviewLoader.h \

View File

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