summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/window/main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/window/main.lua b/examples/window/main.lua
index 9816188..0479f5e 100644
--- a/examples/window/main.lua
+++ b/examples/window/main.lua
@@ -1,6 +1,5 @@
local textColor = RL.BLACK
local textPos = { 192, 200 }
-local imageFont = -1
local text = "Congrats! You created your first window!"
function RL.init()