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/InputMemory.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/InputMemory.cpp') diff --git a/src/InputMemory.cpp b/src/InputMemory.cpp index ff46b4e..e27e967 100644 --- a/src/InputMemory.cpp +++ b/src/InputMemory.cpp @@ -27,7 +27,7 @@ InputMemory::InputMemory(Buffer* dataIn) - : ModInput(ModFormat(0), ModFormat(1)) + : ModInput() { PDEBUG("InputMemory::InputMemory(%p) @ %p\n", dataIn, this); @@ -45,7 +45,6 @@ InputMemory::~InputMemory() void InputMemory::setInput(Buffer* dataIn) { myDataIn = dataIn; - myOutputFormat.size(dataIn->getLength()); } -- cgit v1.2.3