From c2108e5a482dfb8760849bb01264ed4bdb9f604f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 23 Jan 2015 03:08:21 -0200 Subject: Another mega-patch for the refactoring process. Kinda runs, but functionality from the original main loop is still missing. Patience. --- Action.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Action.h') 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); -- cgit v1.2.3