Author: suokko
Date: Sat Jun 28 13:41:20 2008
New Revision: 27550
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27550&view=rev
Log:
Removed experimental code that isn't going to be used
Modified:
trunk/src/game.cpp
Modified: trunk/src/game.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=27550&r1=27549&r2=27550&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Sat Jun 28 13:41:20 2008
@@ -1663,32 +1663,6 @@
{
remove_local_addon(addon);
}
-
- class file_preview_pane : public gui::preview_pane {
-
- };
-
-
- class filebrowser : public gui::dialog {
- std::string directory_;
- std::string regex_match_;
- bool show_dirs_;
- public:
- filebrowser(display &disp, const std::string& title="", const
std::string& message="");
- int show();
- };
-
- filebrowser::filebrowser(display &disp, const std::string& title, const
std::string& message) :
- gui::dialog(disp, title, message,gui::OK_CANCEL),
- directory_(), regex_match_(), show_dirs_(false)
- {
-
- }
-
- int filebrowser::show()
- {
- return gui::dialog::show();
- }
void game_controller::start_wesnothd()
{
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits