From 8ec5d4a3a07fe9a3c556a4abeac6645a7bb2235e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 8 Sep 2020 17:33:50 +1000 Subject: Further, minor cleanups to headers post-MakeHeaders Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed. --- IncSet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index 75949b0a..2fb22c49 100644 --- a/IncSet.h +++ b/IncSet.h @@ -7,7 +7,6 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ - #include "FunctionBar.h" #include "Panel.h" #include @@ -38,7 +37,6 @@ typedef struct IncSet_ { typedef const char* (*IncMode_GetPanelValue)(Panel*, int); - void IncSet_reset(IncSet* this, IncType type); IncSet* IncSet_new(FunctionBar* bar); -- cgit v1.2.3