Revision: 1840
http://geeqie.svn.sourceforge.net/geeqie/?rev=1840&view=rev
Author: zas_
Date: 2009-09-07 08:24:09 +0000 (Mon, 07 Sep 2009)
Log Message:
-----------
Comment out unused functions, silenting related compilation warnings.
Modified Paths:
--------------
trunk/src/bar_comment.c
trunk/src/bar_histogram.c
trunk/src/bar_keywords.c
trunk/src/image-overlay.c
trunk/src/view_file_list.c
Modified: trunk/src/bar_comment.c
===================================================================
--- trunk/src/bar_comment.c 2009-09-07 08:18:18 UTC (rev 1839)
+++ trunk/src/bar_comment.c 2009-09-07 08:24:09 UTC (rev 1840)
@@ -189,7 +189,7 @@
menu_item_add_stock(GTK_WIDGET(menu), _("Replace existing text in
selected files"), GTK_STOCK_CONVERT,
G_CALLBACK(bar_pane_comment_sel_replace_cb), data);
}
-
+#if 0
static void bar_pane_comment_close(GtkWidget *bar)
{
PaneCommentData *pcd;
@@ -199,6 +199,7 @@
gtk_widget_destroy(pcd->comment_view);
}
+#endif
static void bar_pane_comment_destroy(GtkWidget *widget, gpointer data)
{
Modified: trunk/src/bar_histogram.c
===================================================================
--- trunk/src/bar_histogram.c 2009-09-07 08:18:18 UTC (rev 1839)
+++ trunk/src/bar_histogram.c 2009-09-07 08:24:09 UTC (rev 1840)
@@ -171,6 +171,7 @@
bar_pane_histogram_update(phd);
}
+#if 0
static void bar_pane_histogram_close(GtkWidget *pane)
{
PaneHistogramData *phd;
@@ -180,6 +181,7 @@
gtk_widget_destroy(phd->widget);
}
+#endif
static void bar_pane_histogram_destroy(GtkWidget *widget, gpointer data)
{
Modified: trunk/src/bar_keywords.c
===================================================================
--- trunk/src/bar_keywords.c 2009-09-07 08:18:18 UTC (rev 1839)
+++ trunk/src/bar_keywords.c 2009-09-07 08:24:09 UTC (rev 1840)
@@ -30,7 +30,7 @@
#include "dnd.h"
-static void bar_pane_keywords_keyword_update_all(void);
+//static void bar_pane_keywords_keyword_update_all(void);
static void bar_pane_keywords_changed(GtkTextBuffer *buffer, gpointer data);
/*
@@ -129,7 +129,7 @@
gboolean edit_existing;
};
-static GList *bar_list = NULL;
+//static GList *bar_list = NULL;
static void bar_pane_keywords_write(PaneKeywordsData *pkd)
@@ -194,6 +194,7 @@
if (pkd->collapse_unchecked) gtk_tree_model_foreach(model,
bar_keyword_tree_collapse_if_unset_cb, pkd);
}
+#if 0
static void bar_pane_keywords_keyword_update_all(void)
{
GList *work;
@@ -210,6 +211,7 @@
bar_keyword_tree_sync(pkd);
}
}
+#endif
static void bar_pane_keywords_update(PaneKeywordsData *pkd)
{
Modified: trunk/src/image-overlay.c
===================================================================
--- trunk/src/image-overlay.c 2009-09-07 08:18:18 UTC (rev 1839)
+++ trunk/src/image-overlay.c 2009-09-07 08:24:09 UTC (rev 1840)
@@ -1040,12 +1040,14 @@
g_free(osd);
}
+#if 0
static void image_osd_remove(ImageWindow *imd)
{
OverlayStateData *osd = image_get_osd_data(imd);
if (osd) image_osd_free(osd);
}
+#endif
static void image_osd_destroy_cb(GtkWidget *widget, gpointer data)
{
Modified: trunk/src/view_file_list.c
===================================================================
--- trunk/src/view_file_list.c 2009-09-07 08:18:18 UTC (rev 1839)
+++ trunk/src/view_file_list.c 2009-09-07 08:24:09 UTC (rev 1840)
@@ -219,7 +219,7 @@
gtk_tree_path_free(tpath);
}
-
+#if 0
static gint vflist_column_idx(ViewFile *vf, gint store_idx)
{
GList *columns, *work;
@@ -239,8 +239,8 @@
g_list_free(columns);
return i;
}
+#endif
-
/*
*-----------------------------------------------------------------------------
* dnd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn