diff src/xs_fileinfo.c @ 341:e065deeb086f

Removed 'unused argument' warnings, some cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 Sep 2005 08:41:03 +0000
parents 19c89f9ca2cc
children b1a858b8cb1a
line wrap: on
line diff
--- a/src/xs_fileinfo.c	Thu Sep 22 05:21:01 2005 +0000
+++ b/src/xs_fileinfo.c	Fri Sep 23 08:41:03 2005 +0000
@@ -108,6 +108,8 @@
 
 gboolean xs_fileinfo_delete(GtkWidget *widget, GdkEvent *event, gpointer user_data)
 {
+ (void)widget; (void)event; (void)user_data;
+ 
  XSDEBUG("delete_event\n");
  xs_fileinfo_ok();
  return FALSE;
@@ -122,6 +124,8 @@
  gint tmpIndex;
  gchar *subName, *subAuthor;
 
+ (void)widget; (void)data;
+ 
  /* Freeze text-widget and delete the old text */
  tmpText = LUW("fileinfo_sub_info");
  gtk_text_freeze(GTK_TEXT(tmpText));