forked from AuroraMiddleware/gtk
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:
parent
cf74247186
commit
d4d077677c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user