Remove unused graphics subsystem functions

These functions were mostly related to being able to set true fullscreen
mode -- however, this has no place for our purposes, and these functions
were just sitting empty and unused, so they should be removed.

Besides, fullscreen mode only applies to the windows operating system.
This commit is contained in:
jp9000
2014-06-25 01:24:20 -07:00
parent f4e7a893c5
commit 8aa49cc9ad
6 changed files with 0 additions and 131 deletions

View File

@@ -94,11 +94,6 @@ bool load_graphics_imports(struct gs_exports *exports, void *module,
GRAPHICS_IMPORT(device_depthfunction);
GRAPHICS_IMPORT(device_stencilfunction);
GRAPHICS_IMPORT(device_stencilop);
GRAPHICS_IMPORT(device_enable_fullscreen);
GRAPHICS_IMPORT(device_fullscreen_enabled);
GRAPHICS_IMPORT(device_setdisplaymode);
GRAPHICS_IMPORT(device_getdisplaymode);
GRAPHICS_IMPORT(device_setcolorramp);
GRAPHICS_IMPORT(device_setviewport);
GRAPHICS_IMPORT(device_getviewport);
GRAPHICS_IMPORT(device_setscissorrect);