[gimp/gtk3-port: 225/234] libgimpwidgets: #if 0 more stuff in gimp3migration
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 225/234] libgimpwidgets: #if 0 more stuff in gimp3migration
- Date: Sun, 5 Mar 2017 17:18:07 +0000 (UTC)
commit e5f8241352031fd6435246a5acb5f40700db626e
Author: Michael Natterer <mitch gimp org>
Date: Fri May 30 01:41:22 2014 +0200
libgimpwidgets: #if 0 more stuff in gimp3migration
libgimpwidgets/gimp3migration.c | 4 ++++
libgimpwidgets/gimp3migration.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimp3migration.c b/libgimpwidgets/gimp3migration.c
index 686e3e4..63c6799 100644
--- a/libgimpwidgets/gimp3migration.c
+++ b/libgimpwidgets/gimp3migration.c
@@ -185,6 +185,8 @@ gtk_widget_get_modifier_mask (GtkWidget *widget,
#endif /* GTK+ 3.3 */
+#if 0
+
gboolean
gdk_cairo_get_clip_rectangle (cairo_t *cr,
GdkRectangle *rect)
@@ -265,3 +267,5 @@ gtk_label_get_yalign (GtkLabel *label)
return yalign;
}
+
+#endif
diff --git a/libgimpwidgets/gimp3migration.h b/libgimpwidgets/gimp3migration.h
index 6b9470a..ada141f 100644
--- a/libgimpwidgets/gimp3migration.h
+++ b/libgimpwidgets/gimp3migration.h
@@ -45,8 +45,6 @@ GtkWidget * gtk_scrollbar_new (GtkOrientation orientation,
GtkAdjustment *adjustment);
GtkWidget * gtk_separator_new (GtkOrientation orientation);
-#endif
-
typedef enum
{
@@ -77,5 +75,7 @@ void gtk_label_set_yalign (GtkLabel *label,
gfloat yalign);
gfloat gtk_label_get_yalign (GtkLabel *label);
+#endif
+
#endif /* __GIMP_3_MIGRATION_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]