]> Pileus Git - ~andy/gtk/commitdiff
Remove unecessary g_return_if_fail(). (#105500, Morten Welinder.)
authorOwen Taylor <otaylor@redhat.com>
Wed, 14 May 2003 20:02:25 +0000 (20:02 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 14 May 2003 20:02:25 +0000 (20:02 +0000)
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.)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkgc-x11.c

index af658af1ee252c2134f33853e65453e985e42d4d..2323b1b20c6e1e989521f84ec335525eef7c5080 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.)
 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
 
        * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
index af658af1ee252c2134f33853e65453e985e42d4d..2323b1b20c6e1e989521f84ec335525eef7c5080 100644 (file)
@@ -1,3 +1,8 @@
+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.)
 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
 
        * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
index af658af1ee252c2134f33853e65453e985e42d4d..2323b1b20c6e1e989521f84ec335525eef7c5080 100644 (file)
@@ -1,3 +1,8 @@
+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.)
 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
 
        * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
index af658af1ee252c2134f33853e65453e985e42d4d..2323b1b20c6e1e989521f84ec335525eef7c5080 100644 (file)
@@ -1,3 +1,8 @@
+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.)
 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
 
        * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
index af658af1ee252c2134f33853e65453e985e42d4d..2323b1b20c6e1e989521f84ec335525eef7c5080 100644 (file)
@@ -1,3 +1,8 @@
+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.)
 Wed May 14 09:05:11 2003   Hidetoshi Tajima <hidetoshi.tajima@sun.com>
 
        * modules/input/gtkimcontextxim.c (get_ic_real): use type of guint32
index 84b9dfe9a95e2b7efe884e67e397ab9f2b0f26b2..d88f72a536ae3f719c2a2304a7c285a4295b159b 100644 (file)
@@ -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))