]> git.saurik.com Git - wxWidgets.git/commitdiff
Do not declare GTypeInfo instances static. This is completely unnecessary and just...
authorMart Raudsepp <leio@gentoo.org>
Thu, 8 Feb 2007 16:12:06 +0000 (16:12 +0000)
committerMart Raudsepp <leio@gentoo.org>
Thu, 8 Feb 2007 16:12:06 +0000 (16:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/assertdlg_gtk.c
src/gtk/dataview.cpp
src/gtk/eggtrayicon.c
src/gtk/treeentry_gtk.c
src/gtk/win_gtk.c
src/gtk1/eggtrayicon.c

index 3b04296303d0772014c2307e8be2bbb378524d81..ae40d2eab041c88694c8d3d8dd6f465626a47c0b 100644 (file)
@@ -248,7 +248,7 @@ GtkType gtk_assert_dialog_get_type (void)
 
     if (!assert_dialog_type)
     {
-        static const GTypeInfo assert_dialog_info =
+        const GTypeInfo assert_dialog_info =
         {
             sizeof (GtkAssertDialogClass),
             NULL,           /* base_init */
index 37a761a59fc51321ba28727ce359592214a9f807..02e84faae90e86284831ddce70b0d9fb5e25ee71 100644 (file)
@@ -125,7 +125,7 @@ gtk_wx_list_store_get_type (void)
 
     if (!list_store_type)
     {
-        static const GTypeInfo list_store_info =
+        const GTypeInfo list_store_info =
         {
             sizeof (GtkWxListStoreClass),
             NULL,   /* base_init */
@@ -492,7 +492,7 @@ gtk_wx_cell_renderer_get_type (void)
 
     if (!cell_wx_type)
     {
-        static const GTypeInfo cell_wx_info =
+        const GTypeInfo cell_wx_info =
         {
             sizeof (GtkWxCellRendererClass),
             NULL, /* base_init */
index fb6a78067ca56f9c3d11d180335c7b49ced7e0bf..cd36bde116886606462a849448eef3966f5186bc 100644 (file)
@@ -135,7 +135,7 @@ egg_tray_icon_get_type (void)
 
   if (our_type == 0)
     {
-      static const GTypeInfo our_info =
+      const GTypeInfo our_info =
       {
        sizeof (EggTrayIconClass),
        (GBaseInitFunc) NULL,
index ce8954cb35ae7d9cd5e5a7507dcb96bd0c2a8e0d..3df6d72d2d8c9f7beb79f2dcb82a566a651a5d8a 100644 (file)
@@ -46,7 +46,7 @@ gtk_tree_entry_get_type ()
 
     if (!tree_entry_type)
     {
-        static const GTypeInfo tree_entry_info =
+        const GTypeInfo tree_entry_info =
         {
             sizeof (GtkTreeEntryClass),
             NULL,           /* base_init */
index 09bd29432c4c15404f33ae8c7fddd555fccb9d87..b77c9a2768aa0d9c6337f2d10522b341167d85d7 100644 (file)
@@ -89,7 +89,7 @@ gtk_pizza_get_type ()
 
     if (!pizza_type)
     {
-        static const GTypeInfo pizza_info =
+        const GTypeInfo pizza_info =
         {
             sizeof (GtkPizzaClass),
             NULL,           /* base_init */
index fb6a78067ca56f9c3d11d180335c7b49ced7e0bf..cd36bde116886606462a849448eef3966f5186bc 100644 (file)
@@ -135,7 +135,7 @@ egg_tray_icon_get_type (void)
 
   if (our_type == 0)
     {
-      static const GTypeInfo our_info =
+      const GTypeInfo our_info =
       {
        sizeof (EggTrayIconClass),
        (GBaseInitFunc) NULL,