Author: esr
Date: Mon Jul 16 19:01:40 2007
New Revision: 18831

URL: http://svn.gna.org/viewcvs/wesnoth?rev=18831&view=rev
Log:
Xomment out an unused line to get rid of a warning.

Modified:
    trunk/src/game_display.cpp

Modified: trunk/src/game_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_display.cpp?rev=18831&r1=18830&r2=18831&view=diff
==============================================================================
--- trunk/src/game_display.cpp (original)
+++ trunk/src/game_display.cpp Mon Jul 16 19:01:40 2007
@@ -67,7 +67,7 @@
        {
                surface_lock lock(nsurf);
                Uint32* beg = lock.pixels();
-               Uint32* end = beg + nsurf->w*surf->h;
+               //Uint32* end = beg + nsurf->w*surf->h;
 
                const int top_down = 1;
                const int left_right = 2;


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

Reply via email to