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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lua/embed/graphics.lua.h b/src/lua/embed/graphics.lua.h
deleted file mode 100644
index 85cf979..0000000
--- a/src/lua/embed/graphics.lua.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* graphics.lua */
-static const char* graphics_lua = R"(
------------------
--- jin.graphics
------------------
-
-jin.graphics = jin.graphics or {}
-)";