Remove config_assign.cpp

This commit is contained in:
aquileia 2014-07-18 15:48:42 +02:00
parent add4f9a558
commit 8f2010ebf5
6 changed files with 0 additions and 22 deletions

View File

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

View File

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

View File

@ -381,10 +381,6 @@
RelativePath="..\..\src\config.hpp"
>
</File>
<File
RelativePath="..\..\src\config_assign.cpp"
>
</File>
<File
RelativePath="..\..\src\config_assign.hpp"
>

View File

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

View File

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

View File

@ -1,14 +0,0 @@
/*
Copyright (C) 2014
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
#include "config_assign.hpp"