diff options
author | Bastien Bouclet | 2017-09-30 20:52:41 +0200 |
---|---|---|
committer | Bastien Bouclet | 2017-09-30 21:35:16 +0200 |
commit | bbdbd85324a9c02019e242ab93b3ae569292356c (patch) | |
tree | 15e95679528f2debda38e7342b6d26139309a0a3 | |
parent | fd19e2fc15405935ff6e3ef56edc3aab92323529 (diff) | |
download | scummvm-rg350-bbdbd85324a9c02019e242ab93b3ae569292356c.tar.gz scummvm-rg350-bbdbd85324a9c02019e242ab93b3ae569292356c.tar.bz2 scummvm-rg350-bbdbd85324a9c02019e242ab93b3ae569292356c.zip |
COMMON: Remove unused OverlayColor typedef
-rw-r--r-- | common/scummsys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 42fcdf79dd..4740127d2f 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -454,11 +454,6 @@ typedef uint32 uintptr; #endif -// -// Overlay color type (FIXME: shouldn't be declared here) -// -typedef uint16 OverlayColor; - #include "common/forbidden.h" #endif |