From d713bdf4623aa46676f95d1f38618b219ea5d9c9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Apr 2007 05:22:23 +0000 Subject: remove the client_time_heap thing. actually its better to just use the user_time on the currently focused window I think. that will handle panels and things too. --- openbox/client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index bb1d4c9f..90c6c059 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -32,7 +32,6 @@ struct _ObFrame; struct _ObGroup; struct _ObSessionState; -struct _ObClientTimeHeap; typedef struct _ObClient ObClient; typedef struct _ObClientIcon ObClientIcon; @@ -301,7 +300,6 @@ struct _ObAppSettings }; extern GList *client_list; -extern struct _ObClientTimeHeap *client_user_times; void client_startup(gboolean reconfig); void client_shutdown(gboolean reconfig); -- cgit v1.2.3