summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-05-14 20:02:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-05-14 20:02:25 +0000
commitd4d077677c2d8753a8f23e6de70ac892b406511d (patch)
treeb4133429ccf44940623b79eed041e1e6b497969f /gdk
parentcf742471869085263d85644fd4131143fdf6cd99 (diff)
downloadgdk-pixbuf-d4d077677c2d8753a8f23e6de70ac892b406511d.tar.gz
Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.)
Wed May 14 16:00:51 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgc-x11.c: Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.)
Diffstat (limited to 'gdk')
-rw-r--r--gdk/x11/gdkgc-x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkgc-x11.c b/gdk/x11/gdkgc-x11.c
index 84b9dfe9a..d88f72a53 100644
--- a/gdk/x11/gdkgc-x11.c
+++ b/gdk/x11/gdkgc-x11.c
@@ -373,8 +373,6 @@ gdk_x11_gc_set_values (GdkGC *gc,
XGCValues xvalues;
unsigned long xvalues_mask = 0;
- g_return_if_fail (GDK_IS_GC (gc));
-
x11_gc = GDK_GC_X11 (gc);
if (values_mask & (GDK_GC_CLIP_X_ORIGIN | GDK_GC_CLIP_Y_ORIGIN))