[gnome-panel] panel-widget: remove some leftovers



commit 43fe83b0400e184d23404612be4b95c45693ba13
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Apr 18 21:59:49 2020 +0300

    panel-widget: remove some leftovers

 gnome-panel/panel-widget.h | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/gnome-panel/panel-widget.h b/gnome-panel/panel-widget.h
index 0389186db..2f3a8ad5a 100644
--- a/gnome-panel/panel-widget.h
+++ b/gnome-panel/panel-widget.h
@@ -31,9 +31,7 @@ typedef struct _PanelWidget           PanelWidget;
 
 typedef struct _PanelWidgetClass       PanelWidgetClass;
 
-typedef struct _AppletRecord           AppletRecord;
 typedef struct _AppletData             AppletData;
-typedef struct _DNDRecord              DNDRecord;
 
 typedef struct _AppletSizeHints                AppletSizeHints;
 typedef struct _AppletSizeHintsAlloc   AppletSizeHintsAlloc;
@@ -90,8 +88,6 @@ struct _PanelWidget
                                          */
        
        PanelToplevel  *toplevel;
-       
-       GdkEventKey    *key_event;
 
        /* helpers to get a good size in packed panels with applets using
         * size hints */
@@ -156,10 +152,6 @@ void            panel_widget_set_orientation    (PanelWidget    *panel_widget,
 void            panel_widget_set_size           (PanelWidget    *panel_widget,
                                                 int             size);
 
-/*draw EVERYTHING (meaning icons)*/
-void           panel_widget_draw_all           (PanelWidget *panel,
-                                                GdkRectangle *area);
-
 /*get pos of the cursor location in panel coordinates*/
 int            panel_widget_get_cursorloc      (PanelWidget *panel);
 /* get pack type & index for insertion at the cursor location in panel */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]