[easytag] Remove unused static variables
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Remove unused static variables
- Date: Sat, 21 Feb 2015 23:17:38 +0000 (UTC)
commit 60657a082be24cb131c41d0284d67a4f475b636b
Author: David King <amigadave amigadave com>
Date: Sat Feb 21 20:45:04 2015 +0000
Remove unused static variables
src/browser.c | 7 -------
src/misc.c | 5 -----
src/scan_dialog.c | 2 --
3 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/browser.c b/src/browser.c
index cd38ba3..8f39396 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -102,13 +102,6 @@ struct _EtBrowserPrivate
gchar *current_path;
};
-/****************
- * Declarations *
- ****************/
-
-
-static const guint BOX_SPACING = 6;
-
/*
* EtPathState:
* @ET_PATH_STATE_OPEN: the path is open or has been read
diff --git a/src/misc.c b/src/misc.c
index 0ca71f6..d0df252 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -34,11 +34,6 @@
#endif /* G_OS_WIN32 */
-/***************
- * Declaration *
- ***************/
-static const guint BOX_SPACING = 6;
-
/*
* Add the 'string' passed in parameter to the list store
* If this string already exists in the list store, it doesn't add it.
diff --git a/src/scan_dialog.c b/src/scan_dialog.c
index 3b13462..1525448 100644
--- a/src/scan_dialog.c
+++ b/src/scan_dialog.c
@@ -88,8 +88,6 @@ struct _EtScanDialogPrivate
GtkWidget *rename_file_preview_label;
};
-static const guint BOX_SPACING = 6;
-
/* Some predefined masks -- IMPORTANT: Null-terminate me! */
static const gchar *Scan_Masks [] =
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]