CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: David White <[EMAIL PROTECTED]> 05/06/25 13:14:34
Modified files:
src : game.cpp
Log message:
removed useless code added accidentally
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.256&tr2=1.257&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.256 wesnoth/src/game.cpp:1.257
--- wesnoth/src/game.cpp:1.256 Sat Jun 25 01:04:14 2005
+++ wesnoth/src/game.cpp Sat Jun 25 13:14:33 2005
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.256 2005/06/25 01:04:14 Sirp Exp $ */
+/* $Id: game.cpp,v 1.257 2005/06/25 13:14:33 Sirp Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
@@ -1667,10 +1667,6 @@
return 0;
}
-
-void f() {
- throw config::error("");
-}
int main(int argc, char** argv)
{