From b5fd4a6ab6ac92af2141233f802e71c861cd89f4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 25 Dec 2016 14:11:26 +0100 Subject: Remove ModFormat --- src/ModPlugin.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/ModPlugin.cpp') diff --git a/src/ModPlugin.cpp b/src/ModPlugin.cpp index 76e3d78..1f94770 100644 --- a/src/ModPlugin.cpp +++ b/src/ModPlugin.cpp @@ -21,25 +21,3 @@ #include "ModPlugin.h" -ModPlugin::ModPlugin(ModFormat inputFormat, ModFormat outputFormat) : - myInputFormat(inputFormat), - myOutputFormat(outputFormat) -{ -} - - -ModPlugin::~ModPlugin() -{ -} - - -ModFormat ModPlugin::inputFormat() -{ - return myInputFormat; -} - - -ModFormat ModPlugin::outputFormat() -{ - return myOutputFormat; -} -- cgit v1.2.3