From d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 5 Jun 2018 05:29:44 +0200 Subject: dselect: Remove duplicate searchstring member declaration in derived class This is already declared in class baselist, no need to declare it too in class methodlist. Warned-by: cppcheck --- dselect/method.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/dselect/method.h b/dselect/method.h index ac6c2cb6f..c21e5da0e 100644 --- a/dselect/method.h +++ b/dselect/method.h @@ -58,9 +58,6 @@ protected: // Table of methods struct dselect_option **table; - // Misc. - char searchstring[50]; - // Information displays void itd_description(); -- cgit v1.2.3