completely remove paletted color support
[drnoksnes] / gfx.h
diff --git a/gfx.h b/gfx.h
index dc8eb48..85b4416 100644 (file)
--- a/gfx.h
+++ b/gfx.h
@@ -228,8 +228,7 @@ extern struct SGFX GFX;
 bool8_32 S9xGraphicsInit ();
 void S9xGraphicsDeinit();
 bool8_32 S9xInitUpdate (void);
-bool8_32 S9xDeinitUpdate (int Width, int Height, bool8_32 sixteen_bit);
-void S9xSetPalette ();
+bool8_32 S9xDeinitUpdate (int Width, int Height);
 void S9xSyncSpeed ();
 
 #ifdef GFX_MULTI_FORMAT