mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-23 19:28:15 +00:00
Remove config_assign.cpp
This commit is contained in:
parent
add4f9a558
commit
8f2010ebf5
@ -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" />
|
||||
|
@ -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" />
|
||||
|
@ -381,10 +381,6 @@
|
||||
RelativePath="..\..\src\config.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\config_assign.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\config_assign.hpp"
|
||||
>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user