Removed redundant graphics funcs and graphics.h

This commit is contained in:
rxi
2014-06-14 16:17:59 +01:00
parent ac6c57220e
commit 70fdd2ed1a
4 changed files with 0 additions and 31 deletions

View File

@@ -26,19 +26,6 @@ int graphics_flip = 0;
void graphics_init(void) {
}
void graphics_deinit(void) {
}
/**
* Lua binds
*/
int l_graphics_getDimensions(lua_State *L) {
lua_pushinteger(L, graphics_screen->width);
lua_pushinteger(L, graphics_screen->height);