Author: suokko
Date: Wed Jun 11 10:16:47 2008
New Revision: 27099

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27099&view=rev
Log:
Removed extra changes in previous commit

Modified:
    branches/1.4/src/network.cpp

Modified: branches/1.4/src/network.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/network.cpp?rev=27099&r1=27098&r2=27099&view=diff
==============================================================================
--- branches/1.4/src/network.cpp (original)
+++ branches/1.4/src/network.cpp Wed Jun 11 10:16:47 2008
@@ -82,19 +82,6 @@
        int remote_handle;
 
        int connected_at;
-
-       bool operator>(const connection_details& o)
-       { return activity_key > o.get_key(); }
-
-       size_t get_key()
-       { return activity_key; }
-
-       void set_activity()
-       { }
-
-private:
-       size_t last_activity;
-       size_t activity_key;
 };
 
 typedef std::map<network::connection,connection_details> connection_map;


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

Reply via email to