Small cleanup in misc.cpp

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-04-27 13:38:47 +01:00
parent 2f2e48fad2
commit ef60043725
2 changed files with 34 additions and 42 deletions

View File

@@ -30,17 +30,6 @@
#include <string>
////
//// Constants
////
/// Version number. If this is left empty, the current date (in the format
/// YYMMDD) is used as a version number.
const std::string EngineVersion = "";
////
//// Macros
////