[Scummvm-cvs-logs] scummvm master -> 57e3388197ed42aa9a43a9ba4e9ffa4bd8a3ae58

lordhoto lordhoto at gmail.com
Mon Feb 13 01:26:09 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
57e3388197 SDL: Get rid of unneeded forwards.


Commit: 57e3388197ed42aa9a43a9ba4e9ffa4bd8a3ae58
    https://github.com/scummvm/scummvm/commit/57e3388197ed42aa9a43a9ba4e9ffa4bd8a3ae58
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-02-12T16:25:25-08:00

Commit Message:
SDL: Get rid of unneeded forwards.

Changed paths:
    backends/platform/sdl/sdl.h



diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 1b0204a..64e63b4 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -30,11 +30,6 @@
 #include "backends/events/sdl/sdl-events.h"
 #include "backends/log/log.h"
 
-namespace Common {
-struct KeyTableEntry;
-struct ModifierTableEntry;
-}
-
 /**
  * Base OSystem class for all SDL ports.
  */






More information about the Scummvm-git-logs mailing list