mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
4bc7feaa96
commit
1afed1fc88
@ -412,7 +412,6 @@ src_graphics_files = Split('''
|
||||
GraphicsImage.cpp
|
||||
GraphicsLoader.cpp
|
||||
GraphicsParams.cpp
|
||||
GraphicsTypes.cpp
|
||||
PreviewImage.cpp
|
||||
PreviewLoader.cpp
|
||||
Previews.cpp
|
||||
|
@ -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 \
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user