diff options
author | twinaphex | 2016-08-08 05:26:33 +0200 |
---|---|---|
committer | twinaphex | 2016-08-08 05:26:33 +0200 |
commit | 48aea53506b1c724859f62ab1bd7ecc8d3f9c2c2 (patch) | |
tree | df0ad86ebd88e61920c931447071becd69a1f86a /source | |
parent | d97118358a09f20376e984440a44780ae0f4aea0 (diff) | |
download | snes9x2005-48aea53506b1c724859f62ab1bd7ecc8d3f9c2c2.tar.gz snes9x2005-48aea53506b1c724859f62ab1bd7ecc8d3f9c2c2.tar.bz2 snes9x2005-48aea53506b1c724859f62ab1bd7ecc8d3f9c2c2.zip |
Cleanup
Diffstat (limited to 'source')
-rw-r--r-- | source/display.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/display.h b/source/display.h index 1a98ef4..0553a20 100644 --- a/source/display.h +++ b/source/display.h @@ -97,7 +97,6 @@ bool S9xReadSuperScopePosition(int* x, int* y, uint32_t* buttons); void S9xInitDisplay(void); void S9xDeinitDisplay(); -void S9xPutImage(int width, int height); void S9xToggleSoundChannel(int channel); void S9xSetInfoString(const char* string); void S9xNextController(); |