summaryrefslogtreecommitdiffstats
path: root/src/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewport.h')
-rw-r--r--src/viewport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/viewport.h b/src/viewport.h
index 19ae57e..ecb6980 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -31,6 +31,5 @@ struct viewport {
};
struct viewport *init_viewport(Uint16 width, Uint16 height, int bpp);
-int init_viewport_lua(lua_State *L);
#endif