diff options
author | Cameron Cawley | 2018-11-03 19:00:24 +0000 |
---|---|---|
committer | David Turner | 2018-11-04 21:38:45 +0000 |
commit | 79a4e3f8131fa8e3f2b3041e2a440236093cb76d (patch) | |
tree | af2c09a29e1bc3b5201b101718bc532493e6a59e /common | |
parent | e4ff1929aa7823c3716a9ea48e1f8a9524154742 (diff) | |
download | scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.gz scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.tar.bz2 scummvm-rg350-79a4e3f8131fa8e3f2b3041e2a440236093cb76d.zip |
BACKENDS: Remove references to the GP32 backend
Diffstat (limited to 'common')
-rw-r--r-- | common/scummsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index ce54f3b50e..343dc9a5eb 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -284,7 +284,6 @@ #if defined(__DC__) || \ defined(__DS__) || \ defined(__3DS__) || \ - defined(__GP32__) || \ defined(IPHONE) || \ defined(__PLAYSTATION2__) || \ defined(__PSP__) || \ |