diff options
author | Matthew Hoops | 2009-08-20 17:12:46 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-08-20 17:12:46 +0000 |
commit | 0a6161233b15fb6cf30d87ebc20d5d3c78fbbc60 (patch) | |
tree | 5065c36e4efe6faf76773c754d64148857fa7d89 | |
parent | e350e0b0204860db31f5c5586f443eff3e52b160 (diff) | |
download | scummvm-rg350-0a6161233b15fb6cf30d87ebc20d5d3c78fbbc60.tar.gz scummvm-rg350-0a6161233b15fb6cf30d87ebc20d5d3c78fbbc60.tar.bz2 scummvm-rg350-0a6161233b15fb6cf30d87ebc20d5d3c78fbbc60.zip |
Remove useless include guard
svn-id: r43564
-rw-r--r-- | engines/sci/engine/static_selectors.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/engine/static_selectors.cpp b/engines/sci/engine/static_selectors.cpp index c1d0ad9bac..db72ce370d 100644 --- a/engines/sci/engine/static_selectors.cpp +++ b/engines/sci/engine/static_selectors.cpp @@ -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 @@ Common::StringList Kernel::checkStaticSelectorNames() { } } // End of namespace Sci - -#endif // SCI_STATIC_SELECTORS_H |