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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user