From d55b5907cddb26d5b159b02f2d50275476099037 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 6 Sep 2015 02:11:15 -0400 Subject: [PATCH] CmdLogo: Removed redundant arg checks --- src/commands/CmdLogo.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/commands/CmdLogo.cpp b/src/commands/CmdLogo.cpp index dcb31965f..be48948c6 100644 --- a/src/commands/CmdLogo.cpp +++ b/src/commands/CmdLogo.cpp @@ -27,7 +27,6 @@ #include #include #include -#include #include #include @@ -57,12 +56,6 @@ CmdLogo::CmdLogo () // extension.= int CmdLogo::execute (std::string& output) { - Filter filter; - if (filter.hasFilter ()) - throw std::string (STRING_ERROR_NO_FILTER); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - static const char* data[] = { ".........ABDEF",