From 82d34deaf14e8f44ba6623bc5ca5cc41a7d9012b Mon Sep 17 00:00:00 2001 From: Denis Lisov Date: Fri, 7 Jan 2022 21:05:43 +0300 Subject: ProcessList: cleanup the tree set sorting remains They're no longer needed as rebuilding the tree from scratch is just as fast. --- ProcessList.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index e438421f..96924947 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -48,8 +48,6 @@ typedef struct ProcessList_ { Hashtable* processTable; /* fast known process lookup by PID */ UsersTable* usersTable; - Hashtable* displayTreeSet; - Hashtable* draftingTreeSet; bool needsSort; Hashtable* dynamicMeters; /* runtime-discovered meters */ -- cgit v1.2.3