Skip to content

Commit

Permalink
remove random.cpp
Browse files Browse the repository at this point in the history
this file only contained outdated comments.
  • Loading branch information
gfgtdf committed Jun 10, 2014
1 parent 911d990 commit 35b8730
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Expand Up @@ -946,7 +946,6 @@ set(libwesnoth-game_STAT_SRC
preferences.cpp
preferences_display.cpp
race.cpp
random.cpp
reports.cpp
show_dialog.cpp
simple_rng.cpp
Expand Down
1 change: 0 additions & 1 deletion src/SConscript
Expand Up @@ -105,7 +105,6 @@ libwesnoth_sources = Split("""
preferences.cpp
preferences_display.cpp
race.cpp
random.cpp
reports.cpp
show_dialog.cpp
simple_rng.cpp
Expand Down
1 change: 0 additions & 1 deletion src/actions/attack.cpp
Expand Up @@ -35,7 +35,6 @@
#include "../map.hpp"
#include "../mouse_handler_base.hpp"
#include "../play_controller.hpp"
#include "../random.hpp"
#include "../random_new.hpp"
#include "../replay.hpp"
#include "../resources.hpp"
Expand Down
1 change: 0 additions & 1 deletion src/actions/create.cpp
Expand Up @@ -34,7 +34,6 @@
#include "../log.hpp"
#include "../map.hpp"
#include "../pathfind/pathfind.hpp"
#include "../random.hpp"
#include "../replay.hpp"
#include "../replay_helper.hpp"
#include "../resources.hpp"
Expand Down
52 changes: 0 additions & 52 deletions src/random.cpp

This file was deleted.

26 changes: 0 additions & 26 deletions src/random.hpp

This file was deleted.

0 comments on commit 35b8730

Please sign in to comment.