From 2a87e873d6d664ddf18537c786c735740aab17fa Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 4 Aug 2019 16:07:20 +0200 Subject: [PATCH] Finishing windows changes --- sources/Main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/Main.cpp b/sources/Main.cpp index 3fe7a72e..6da852e9 100644 --- a/sources/Main.cpp +++ b/sources/Main.cpp @@ -39,6 +39,5 @@ int main(int argc, char** argv) for (auto& opcode: synth.getUnknownOpcodes()) std::cout << opcode << ','; std::cout << '\n'; - system("pause"); return 0; } \ No newline at end of file