Skip to content

Commit

Permalink
Remove config_assign.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aquileia committed Jul 18, 2014
1 parent add4f9a commit 8f2010e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion projectfiles/CodeBlocks-SCons/wesnoth.cbp
Expand Up @@ -175,7 +175,6 @@
<Unit filename="../../src/commandline_options.hpp" />
<Unit filename="../../src/config.cpp" />
<Unit filename="../../src/config.hpp" />
<Unit filename="../../src/config_assign.cpp" />
<Unit filename="../../src/config_assign.hpp" />
<Unit filename="../../src/config_cache.cpp" />
<Unit filename="../../src/config_cache.hpp" />
Expand Down
1 change: 0 additions & 1 deletion projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -213,7 +213,6 @@
<Unit filename="..\..\src\commandline_options.hpp" />
<Unit filename="..\..\src\config.cpp" />
<Unit filename="..\..\src\config.hpp" />
<Unit filename="..\..\src\config_assign.cpp" />
<Unit filename="..\..\src\config_assign.hpp" />
<Unit filename="..\..\src\config_cache.cpp" />
<Unit filename="..\..\src\config_cache.hpp" />
Expand Down
4 changes: 0 additions & 4 deletions projectfiles/VC9/wesnothlib.vcproj
Expand Up @@ -381,10 +381,6 @@
RelativePath="..\..\src\config.hpp"
>
</File>
<File
RelativePath="..\..\src\config_assign.cpp"
>
</File>
<File
RelativePath="..\..\src\config_assign.hpp"
>
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -707,7 +707,6 @@ set(wesnoth-main_SRC
carryover.cpp
commandline_options.cpp
config_cache.cpp
config_assign.cpp
configure_engine.cpp
connect_engine.cpp
controller_base.cpp
Expand Down
1 change: 0 additions & 1 deletion src/SConscript
Expand Up @@ -71,7 +71,6 @@ libwesnoth_core = [env.Library("wesnoth_core", libwesnoth_core_sources)]
libwesnoth_sources = Split("""
arrow.cpp
clipboard.cpp
config_assign.cpp
construct_dialog.cpp
cursor.cpp
display.cpp
Expand Down
14 changes: 0 additions & 14 deletions src/config_assign.cpp

This file was deleted.

0 comments on commit 8f2010e

Please sign in to comment.