From b6b514c47764517ef6845ddced6530538ce8d33b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 29 Mar 2003 20:59:20 +0000 Subject: rm a redundant actiondata struct --- openbox/action.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index ff99af99..a8f37e15 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -26,11 +26,6 @@ struct MoveResizeRelative { int delta; }; -struct SendToDesktop { - Client *c; - guint desktop; -}; - struct SendToNextPreviousDesktop { Client *c; gboolean wrap; @@ -72,7 +67,6 @@ union ActionData { struct Execute execute; struct ClientAction client; struct MoveResizeRelative relative; - struct SendToDesktop sendto; struct SendToNextPreviousDesktop sendtonextprev; struct Desktop desktop; struct NextPreviousDesktop nextprevdesktop; @@ -161,7 +155,7 @@ void action_maximize_vert(union ActionData *data); void action_unmaximize_vert(union ActionData *data); /* ClientAction */ void action_toggle_maximize_vert(union ActionData *data); -/* SendToDesktop */ +/* Desktop */ void action_send_to_desktop(union ActionData *data); /* SendToNextPreviousDesktop */ void action_send_to_next_desktop(union ActionData *data); -- cgit v1.2.3