summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 34bd5e8b..7385a294 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -95,7 +95,6 @@ typedef struct ProcessList_ {
int following;
bool userOnly;
uid_t userId;
- bool filtering;
const char* incFilter;
Hashtable* pidWhiteList;
@@ -185,6 +184,6 @@ ProcessField ProcessList_keyAt(ProcessList* this, int at);
void ProcessList_expandTree(ProcessList* this);
-void ProcessList_rebuildPanel(ProcessList* this, bool flags, int following, bool userOnly, uid_t userId, bool filtering, const char* incFilter);
+void ProcessList_rebuildPanel(ProcessList* this, bool flags, int following, bool userOnly, uid_t userId, const char* incFilter);
#endif