CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <[EMAIL PROTECTED]> 04/10/05 22:08:38
Modified files:
src : sdl_utils.hpp
Log message:
Removing test code that was commited inadvertently.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/sdl_utils.hpp.diff?tr1=1.44&tr2=1.45&r1=text&r2=text
Patches:
Index: wesnoth/src/sdl_utils.hpp
diff -u wesnoth/src/sdl_utils.hpp:1.44 wesnoth/src/sdl_utils.hpp:1.45
--- wesnoth/src/sdl_utils.hpp:1.44 Tue Oct 5 21:50:48 2004
+++ wesnoth/src/sdl_utils.hpp Tue Oct 5 22:08:38 2004
@@ -1,4 +1,4 @@
-/* $Id: sdl_utils.hpp,v 1.44 2004/10/05 21:50:48 gruikya Exp $ */
+/* $Id: sdl_utils.hpp,v 1.45 2004/10/05 22:08:38 gruikya Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -111,7 +111,6 @@
surface flip_surface(surface surface);
surface flop_surface(surface surface);
surface create_compatible_surface(surface surf, int width=-1, int height=-1);
-surface blur_surface(surface surf);
void fill_rect_alpha(SDL_Rect& rect, Uint32 colour, Uint8 alpha, surface
target);