Author: esr
Date: Sat Mar 22 11:39:02 2008
New Revision: 24972

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24972&view=rev
Log:
Remove some unneeded #includes and #defines.

Modified:
    trunk/src/loadscreen_empty.cpp

Modified: trunk/src/loadscreen_empty.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/loadscreen_empty.cpp?rev=24972&r1=24971&r2=24972&view=diff
==============================================================================
--- trunk/src/loadscreen_empty.cpp (original)
+++ trunk/src/loadscreen_empty.cpp Sat Mar 22 11:39:02 2008
@@ -17,14 +17,6 @@
 
 #include "loadscreen.hpp"
 
-#include "font.hpp"
-#include "marked-up_text.hpp"
-
-//#include <iostream>
-
-#define MIN_PERCENTAGE   0
-#define MAX_PERCENTAGE 100
-
 void loadscreen::set_progress(const int /*percentage*/, const std::string 
&/*text*/, const bool /*commit*/)
 {}
 
@@ -34,15 +26,6 @@
 
 loadscreen *loadscreen::global_loadscreen = 0;
 
-#define CALLS_TO_FILESYSTEM 112
-#define PRCNT_BY_FILESYSTEM  20
-#define CALLS_TO_BINARYWML 9561
-#define PRCNT_BY_BINARYWML   20
-#define CALLS_TO_SETCONFIG  306
-#define PRCNT_BY_SETCONFIG   30
-#define CALLS_TO_PARSER   50448
-#define PRCNT_BY_PARSER      20
-
 void increment_filesystem_progress () {}
 
 void increment_binary_wml_progress () {}


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to