Silent gcc

master
Yevgen Muntyan 2005-07-25 14:12:35 +00:00
parent d74c213e30
commit af7a0578f6
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ static void add_icon (GtkIconFactory *factory,
register_stock_icon (factory, stock_id);
}
#if !GTK_CHECK_VERSION(2,6,0)
static void add_icon2 (GtkIconFactory *factory,
const gchar *stock_id,
gint size1,
@ -75,6 +76,7 @@ static void add_icon2 (GtkIconFactory *factory,
add_default_image (stock_id, size2, data2);
register_stock_icon (factory, stock_id);
}
#endif /* !GTK_CHECK_VERSION(2,6,0) */
void moo_create_stock_items (void)