aboutsummaryrefslogtreecommitdiffstats
path: root/src/machina.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/machina.cpp')
-rw-r--r--src/machina.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/machina.cpp b/src/machina.cpp
index f4eea66..a08e39e 100644
--- a/src/machina.cpp
+++ b/src/machina.cpp
@@ -33,10 +33,8 @@
using namespace std;
using namespace Machina;
-
bool quit = false;
-
void
catch_int(int)
{
@@ -48,7 +46,6 @@ catch_int(int)
quit = true;
}
-
int
main(int argc, char** argv)
{