[Scummvm-cvs-logs] SF.net SVN: scummvm: [29440] scummvm/trunk/graphics/primitives.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Nov 6 23:34:55 CET 2007


Revision: 29440
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29440&view=rev
Author:   lordhoto
Date:     2007-11-06 14:34:55 -0800 (Tue, 06 Nov 2007)

Log Message:
-----------
Removed unnecessary extern.

Modified Paths:
--------------
    scummvm/trunk/graphics/primitives.h

Modified: scummvm/trunk/graphics/primitives.h
===================================================================
--- scummvm/trunk/graphics/primitives.h	2007-11-06 20:49:50 UTC (rev 29439)
+++ scummvm/trunk/graphics/primitives.h	2007-11-06 22:34:55 UTC (rev 29440)
@@ -27,8 +27,9 @@
 
 namespace Graphics {
 
-extern void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data);
+void drawLine(int x0, int y0, int x1, int y1, int color, void (*plotProc)(int, int, int, void *), void *data);
 
 }	// End of namespace Graphics
 
 #endif
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list