Author: mordante
Date: Sun Feb 27 16:36:56 2011
New Revision: 48675

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48675&view=rev
Log:
Remove a default argument.

The default was never used and it fixes compilation problems with SDL
1.3.

Modified:
    trunk/src/events.hpp

Modified: trunk/src/events.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/events.hpp?rev=48675&r1=48674&r2=48675&view=diff
==============================================================================
--- trunk/src/events.hpp (original)
+++ trunk/src/events.hpp Sun Feb 27 16:36:56 2011
@@ -103,7 +103,7 @@
        virtual void process(pump_info& info) = 0;
 };
 
-int discard(Uint32 event_mask=SDL_ALLEVENTS);
+int discard(Uint32 event_mask);
 
 void raise_process_event();
 void raise_draw_event();


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

Reply via email to