diff options
Diffstat (limited to 'test/smf_test.cpp')
-rw-r--r-- | test/smf_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/smf_test.cpp b/test/smf_test.cpp index e848f15..bc9b756 100644 --- a/test/smf_test.cpp +++ b/test/smf_test.cpp @@ -7,7 +7,6 @@ using namespace std; using namespace Raul; - int main(int argc, char** argv) { @@ -30,7 +29,6 @@ main(int argc, char** argv) filename = argv[1]; } - SMFReader reader; bool opened = reader.open(filename); |