--- np2/x11/gtk2/dialog_about.c 2011/01/15 16:14:52 1.8 +++ np2/x11/gtk2/dialog_about.c 2012/01/23 04:46:47 1.10 @@ -1,5 +1,3 @@ -/* $Id: dialog_about.c,v 1.8 2011/01/15 16:14:52 monaka Exp $ */ - /* * Copyright (c) 2002-2003 NONAKA Kimihiro * All rights reserved. @@ -53,7 +51,6 @@ create_about_dialog(void) GtkWidget *ver_label; GtkWidget *ok_button; GtkWidget *neko_image; - GdkColormap *colormap; GdkPixbuf *neko_pixbuf; uninstall_idle_process(); @@ -71,7 +68,6 @@ create_about_dialog(void) gtk_widget_show(main_widget); gtk_container_add(GTK_CONTAINER(about_dialog), main_widget); - colormap = gtk_widget_get_colormap(about_dialog); neko_pixbuf = gdk_pixbuf_new_from_xpm_data(np2_icon); neko_image = gtk_image_new_from_pixbuf(neko_pixbuf); g_object_unref(neko_pixbuf);