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