Skip to content

Commit

Permalink
Remove empty unused game_instance class and its source files
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Feb 13, 2014
1 parent ca0cdf3 commit 73583d3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
2 changes: 0 additions & 2 deletions projectfiles/CodeBlocks/wesnoth.cbp
Expand Up @@ -337,8 +337,6 @@
<Unit filename="..\..\src\game_events\pump.hpp" />
<Unit filename="..\..\src\game_events\wmi_container.cpp" />
<Unit filename="..\..\src\game_events\wmi_container.hpp" />
<Unit filename="..\..\src\game_instance.cpp" />
<Unit filename="..\..\src\game_instance.hpp" />
<Unit filename="..\..\src\game_preferences.cpp" />
<Unit filename="..\..\src\game_preferences.hpp" />
<Unit filename="..\..\src\game_preferences_display.cpp" />
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -709,7 +709,6 @@ set(wesnoth-main_SRC
game_events/menu_item.cpp
game_events/pump.cpp
game_events/wmi_container.cpp
game_instance.cpp
game_preferences.cpp
game_preferences_display.cpp
gamestatus.cpp
Expand Down
1 change: 0 additions & 1 deletion src/SConscript
Expand Up @@ -272,7 +272,6 @@ wesnoth_sources = Split("""
game_events/menu_item.cpp
game_events/pump.cpp
game_events/wmi_container.cpp
game_instance.cpp
game_preferences.cpp
gamestatus.cpp
gui/auxiliary/canvas.cpp
Expand Down
25 changes: 0 additions & 25 deletions src/game_instance.cpp

This file was deleted.

23 changes: 0 additions & 23 deletions src/game_instance.hpp

This file was deleted.

0 comments on commit 73583d3

Please sign in to comment.