From ec21f8c9ec160466ba0a1aa662da8af5cb6a3c9b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 May 2007 22:58:08 +0000 Subject: yay for simplifying code. if we check for errors we dont need the "focus_tried" stuff --- openbox/client.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index c4815d4c..aaebceaa 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -314,10 +314,6 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data); void client_add_destroy_notify(ObClientCallback func, gpointer data); void client_remove_destroy_notify(ObClientCallback func); -/*! Get notified when the client is hidden */ -void client_add_hide_notify(ObClientCallback func, gpointer data); -void client_remove_hide_notify(ObClientCallback func); - /*! Manages all existing windows */ void client_manage_all(); /*! Manages a given window -- cgit v1.2.3