summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-23 03:08:21 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-23 03:08:21 -0200
commitc2108e5a482dfb8760849bb01264ed4bdb9f604f (patch)
tree29bd336760c5ca9cbebed5e4a1e007642064cbc4 /Action.h
parent3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (diff)
Another mega-patch for the refactoring process.
Kinda runs, but functionality from the original main loop is still missing. Patience.
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Action.h b/Action.h
index 0a1bf024..dd11fdb4 100644
--- a/Action.h
+++ b/Action.h
@@ -39,12 +39,6 @@ typedef struct State_ {
Header* header;
} State;
-typedef bool(*Action_ForeachProcessFn)(Process*, size_t);
-
-
-int Action_selectedPid(Panel* panel);
-
-bool Action_foreachProcess(Panel* panel, Action_ForeachProcessFn fn, int arg, bool* wasAnyTagged);
Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLabels);

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