summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-05 23:01:30 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-06 16:42:45 +0100
commit7386c6fed03737be11f93a10fcc66296f97c7920 (patch)
tree21d05bc86fe00555be77fd10c6f601251b474c0b /MainPanel.h
parentce9e7fd14f58467e3062b76d0132ebeb973a5e11 (diff)
Avoid function cast by refactoring callback prototype
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 03a1affd..2427ca32 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -38,8 +38,6 @@ void MainPanel_pidSearch(MainPanel* this, int ch);
int MainPanel_selectedPid(MainPanel* this);
-const char* MainPanel_getValue(MainPanel* this, int i);
-
bool MainPanel_foreachProcess(MainPanel* this, MainPanel_ForeachProcessFn fn, Arg arg, bool* wasAnyTagged);
extern const PanelClass MainPanel_class;

© 2014-2024 Faster IT GmbH | imprint | privacy policy