From 5dbca0193ded83136b14615e55caffbc240cd7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sun, 18 Apr 2021 15:50:06 +0200 Subject: Make MainPanel_pidSearch a static function Not used elsewhere. --- MainPanel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'MainPanel.h') diff --git a/MainPanel.h b/MainPanel.h index 2427ca32..04f347d6 100644 --- a/MainPanel.h +++ b/MainPanel.h @@ -34,8 +34,6 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, Arg); void MainPanel_updateTreeFunctions(MainPanel* this, bool mode); -void MainPanel_pidSearch(MainPanel* this, int ch); - int MainPanel_selectedPid(MainPanel* this); bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Arg arg, bool* wasAnyTagged); -- cgit v1.2.3