]> Pileus Git - ~andy/gtk/commitdiff
Don't init size in gdk_window_impl_quartz_init
authorRichard Hult <richard@imendio.com>
Mon, 5 Jan 2009 14:36:22 +0000 (15:36 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:21 +0000 (10:15 +0200)
gdk/quartz/gdkwindow-quartz.c

index cf2508b9ee8924fbd67d90917421ef13b091ecf4..77b1d96459ded0f1880bf5cd1ca79166d059eb36 100644 (file)
@@ -241,8 +241,6 @@ gdk_window_impl_quartz_class_init (GdkWindowImplQuartzClass *klass)
 static void
 gdk_window_impl_quartz_init (GdkWindowImplQuartz *impl)
 {
-  impl->width = 1;
-  impl->height = 1;
   impl->type_hint = GDK_WINDOW_TYPE_HINT_NORMAL;
 }