Changeset 411

Show
Ignore:
Timestamp:
09/26/07 12:56:38 (1 year ago)
Author:
bjourne
Message:

Remove the unnecessary base_init function.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/gtkiimagetool.c

    r410 r411  
    5656/***** Stuff that deals with the type ************************/ 
    5757/*************************************************************/ 
    58 static void 
    59 gtk_iimage_tool_base_init (gpointer g_class) 
    60 { 
    61     static gboolean initialized = FALSE; 
    62     if (!initialized) 
    63         initialized = TRUE; 
    64 } 
    65  
    6658GType 
    6759gtk_iimage_tool_get_type (void) 
     
    7264    static const GTypeInfo info = { 
    7365        sizeof (GtkIImageToolClass), 
    74         gtk_iimage_tool_base_init
     66        NULL
    7567        NULL, 
    7668        NULL,