unused static function (=> warning) commented out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,13 +76,13 @@ static void gtk_pizza_adjust_allocations (GtkPizza *pizza,
|
|||||||
gint dy);
|
gint dy);
|
||||||
|
|
||||||
|
|
||||||
|
/* unused */
|
||||||
|
#if 0
|
||||||
static void gtk_pizza_expose_area (GtkPizza *pizza,
|
static void gtk_pizza_expose_area (GtkPizza *pizza,
|
||||||
gint x,
|
gint x,
|
||||||
gint y,
|
gint y,
|
||||||
gint width,
|
gint width,
|
||||||
gint height);
|
gint height);
|
||||||
/* unused */
|
|
||||||
#if 0
|
|
||||||
static void gtk_pizza_adjustment_changed (GtkAdjustment *adjustment,
|
static void gtk_pizza_adjustment_changed (GtkAdjustment *adjustment,
|
||||||
GtkPizza *pizza);
|
GtkPizza *pizza);
|
||||||
#endif
|
#endif
|
||||||
@@ -963,6 +963,8 @@ gtk_pizza_adjust_allocations (GtkPizza *pizza,
|
|||||||
|
|
||||||
/* Callbacks */
|
/* Callbacks */
|
||||||
|
|
||||||
|
/* unused */
|
||||||
|
#if 0
|
||||||
/* Send a synthetic expose event to the widget
|
/* Send a synthetic expose event to the widget
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
@@ -988,6 +990,7 @@ gtk_pizza_expose_area (GtkPizza *pizza,
|
|||||||
gdk_window_unref (event.window);
|
gdk_window_unref (event.window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif /* unused */
|
||||||
|
|
||||||
/* This function is used to find events to process while scrolling
|
/* This function is used to find events to process while scrolling
|
||||||
*/
|
*/
|
||||||
|
@@ -76,13 +76,13 @@ static void gtk_pizza_adjust_allocations (GtkPizza *pizza,
|
|||||||
gint dy);
|
gint dy);
|
||||||
|
|
||||||
|
|
||||||
|
/* unused */
|
||||||
|
#if 0
|
||||||
static void gtk_pizza_expose_area (GtkPizza *pizza,
|
static void gtk_pizza_expose_area (GtkPizza *pizza,
|
||||||
gint x,
|
gint x,
|
||||||
gint y,
|
gint y,
|
||||||
gint width,
|
gint width,
|
||||||
gint height);
|
gint height);
|
||||||
/* unused */
|
|
||||||
#if 0
|
|
||||||
static void gtk_pizza_adjustment_changed (GtkAdjustment *adjustment,
|
static void gtk_pizza_adjustment_changed (GtkAdjustment *adjustment,
|
||||||
GtkPizza *pizza);
|
GtkPizza *pizza);
|
||||||
#endif
|
#endif
|
||||||
@@ -963,6 +963,8 @@ gtk_pizza_adjust_allocations (GtkPizza *pizza,
|
|||||||
|
|
||||||
/* Callbacks */
|
/* Callbacks */
|
||||||
|
|
||||||
|
/* unused */
|
||||||
|
#if 0
|
||||||
/* Send a synthetic expose event to the widget
|
/* Send a synthetic expose event to the widget
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
@@ -988,6 +990,7 @@ gtk_pizza_expose_area (GtkPizza *pizza,
|
|||||||
gdk_window_unref (event.window);
|
gdk_window_unref (event.window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif /* unused */
|
||||||
|
|
||||||
/* This function is used to find events to process while scrolling
|
/* This function is used to find events to process while scrolling
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user