[gtk+] notebook: Remove unused macros



commit f138efa59add022d92a149cbbd99e10c3795ed32
Author: Benjamin Otte <otte redhat com>
Date:   Sat Sep 5 22:34:37 2015 +0200

    notebook: Remove unused macros

 gtk/gtknotebook.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 9edb66c..8046bf3 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -241,11 +241,7 @@ enum {
 #define GTK_NOTEBOOK_PAGE(_glist_)         ((GtkNotebookPage *)((GList *)(_glist_))->data)
 
 /* some useful defines for calculating coords */
-#define PAGE_LEFT_X(_page_)   (((GtkNotebookPage *) (_page_))->allocation.x)
-#define PAGE_RIGHT_X(_page_)  (((GtkNotebookPage *) (_page_))->allocation.x + ((GtkNotebookPage *) 
(_page_))->allocation.width)
 #define PAGE_MIDDLE_X(_page_) (((GtkNotebookPage *) (_page_))->allocation.x + ((GtkNotebookPage *) 
(_page_))->allocation.width / 2)
-#define PAGE_TOP_Y(_page_)    (((GtkNotebookPage *) (_page_))->allocation.y)
-#define PAGE_BOTTOM_Y(_page_) (((GtkNotebookPage *) (_page_))->allocation.y + ((GtkNotebookPage *) 
(_page_))->allocation.height)
 #define PAGE_MIDDLE_Y(_page_) (((GtkNotebookPage *) (_page_))->allocation.y + ((GtkNotebookPage *) 
(_page_))->allocation.height / 2)
 #define NOTEBOOK_IS_TAB_LABEL_PARENT(_notebook_,_page_) (gtk_widget_get_parent (((GtkNotebookPage *) 
(_page_))->tab_label) == ((GtkWidget *) (_notebook_)))
 


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