From: Dana Jansens Date: Thu, 28 Jul 2011 18:07:22 +0000 (-0400) Subject: rm some unused fn defns X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a353de1a61dcec19eff5ed74ae458839e80df4e1;p=dana%2Fopenbox.git rm some unused fn defns --- diff --git a/openbox/actions.h b/openbox/actions.h index 859a1c73..82d35056 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -94,15 +94,6 @@ ObActionsAct* actions_act_new(const gchar *name, GHashTable *config); void actions_act_ref(ObActionsAct *act); void actions_act_unref(ObActionsAct *act); -/*! When this is true, an XAllowEvents with ReplayPointer will be called - if an action is going to maybe try moving windows around on screen (or - map/unmap windows) -*/ -void actions_set_need_pointer_replay_before_move(gboolean replay); -/*! Returns if a ReplayPointer is still needed. If it was called while running - actions then this will be false */ -gboolean actions_get_need_pointer_replay_before_move(void); - /*! Runs a list of actions. @return TRUE if an interactive action was started, FALSE otherwise. */