diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 08:03:02 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 08:03:02 -0700 |
commit | b97daf7733d5f1e0993b1a506c0d5b00406b561f (patch) | |
tree | 4e27068f921fe8935ceefe7f1100f6fee1a4a698 | |
parent | e20935ad7a6a18e901200eac1ac7cdcedcc7a1dc (diff) | |
download | text.love-b97daf7733d5f1e0993b1a506c0d5b00406b561f.tar.gz |
cleanup
-rw-r--r-- | main.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main.lua b/main.lua index 873a4cd..bc5d45a 100644 --- a/main.lua +++ b/main.lua @@ -86,8 +86,6 @@ Last_resize_time = nil -- blinking cursor Cursor_time = 0 -Quit = false - end -- App.initialize_globals function App.initialize(arg) @@ -125,8 +123,6 @@ function App.initialize(arg) jit.off() jit.flush() end - - Quit = true end -- App.initialize function initialize_window_geometry(geometry_spec) @@ -263,8 +259,6 @@ function App.draw() if Search_term then Text.draw_search_bar() end - ---? if Quit then os.exit(1) end end function App.update(dt) |