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.)
This commit is contained in:
Owen Taylor 2003-05-14 20:02:25 +00:00 committed by Owen Taylor
parent cf74247186
commit d4d077677c
6 changed files with 25 additions and 2 deletions

View 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

View 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

View 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

View 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

View 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

View 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))