Skip to content

Commit

Permalink
Implode: Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed May 30, 2017
1 parent 229d55b commit 2db9f0d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 585 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ set(INPUT_SDL1_SOURCES src/input/SDL1InputBackend.cpp)
set(INPUT_SDL2_SOURCES src/input/SDL2InputBackend.cpp)

set(IO_SOURCES
src/io/Implode.cpp
src/io/IniReader.cpp
src/io/IniSection.cpp
src/io/IniWriter.cpp
Expand Down
1 change: 0 additions & 1 deletion src/graphics/data/FTL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
#include "io/resource/ResourcePath.h"
#include "io/resource/PakReader.h"
#include "io/Blast.h"
#include "io/Implode.h"
#include "io/log/Logger.h"

#include "platform/Platform.h"
Expand Down
1 change: 0 additions & 1 deletion src/graphics/data/Mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
#include "io/resource/PakReader.h"
#include "io/fs/Filesystem.h"
#include "io/Blast.h"
#include "io/Implode.h"
#include "io/log/Logger.h"

#include "physics/Anchors.h"
Expand Down
Loading

0 comments on commit 2db9f0d

Please sign in to comment.