From a353de1a61dcec19eff5ed74ae458839e80df4e1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 28 Jul 2011 14:07:22 -0400 Subject: [PATCH] rm some unused fn defns --- openbox/actions.h | 9 --------- 1 file changed, 9 deletions(-) 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. */ -- 2.34.1