aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.lua b/main.lua
index dac5260..b443a85 100644
--- a/main.lua
+++ b/main.lua
@@ -31,10 +31,6 @@ function love.update(dt)
if love.keyboard.isDown("escape") == true then
love.event.quit()
end
- if love.keyboard.isDown("u") == true and win[1].min == true then
- win[1].min = false
- win[2].min = false
- end
if love.keyboard.isDown("f4") == true then
love.window.setMode(800, 600, {fullscreen=true, fullscreentype="desktop"})
elseif love.keyboard.isDown("f5") == true then