aboutsummaryrefslogtreecommitdiff
path: root/src/lua/embed/graphics.lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/embed/graphics.lua.h')
-rw-r--r--src/lua/embed/graphics.lua.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lua/embed/graphics.lua.h b/src/lua/embed/graphics.lua.h
index c27baaf..1414efc 100644
--- a/src/lua/embed/graphics.lua.h
+++ b/src/lua/embed/graphics.lua.h
@@ -1,9 +1,4 @@
/* graphics.lua */
static const char* graphics_lua = R"(
------------------
--- jin.graphics
------------------
-
jin.graphics = jin.graphics or {}
-
)";