Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2007-02-08 16:12:06 +00:00
parent 58261d9a7a
commit de4a74e2d0
6 changed files with 7 additions and 7 deletions

View 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 */