[Scummvm-cvs-logs] SF.net SVN: scummvm:[43564] scummvm/trunk/engines/sci/engine/ static_selectors.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu Aug 20 19:12:46 CEST 2009


Revision: 43564
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43564&view=rev
Author:   mthreepwood
Date:     2009-08-20 17:12:46 +0000 (Thu, 20 Aug 2009)

Log Message:
-----------
Remove useless include guard

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/static_selectors.cpp

Modified: scummvm/trunk/engines/sci/engine/static_selectors.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-08-20 15:10:32 UTC (rev 43563)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2009-08-20 17:12:46 UTC (rev 43564)
@@ -26,9 +26,6 @@
 // We place selector vocab name tables here for any game that doesn't have
 // them. This includes the King's Quest IV Demo and LSL3 Demo.
 
-#ifndef SCI_STATIC_SELECTORS_H
-#define SCI_STATIC_SELECTORS_H
-
 #include "sci/engine/kernel.h"
 
 namespace Sci {
@@ -425,5 +422,3 @@
 }
 	
 } // End of namespace Sci
-
-#endif // SCI_STATIC_SELECTORS_H


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