diff options
author | Ryan Lortie <desrt@desrt.ca> | 2006-01-30 18:12:59 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2006-01-30 18:12:59 +0000 |
commit | 56620d15cf27ffc9e89aff8560ae4f862323517a (patch) | |
tree | fb8b36c610bb2ae43d3c4a3ceaa82a54adaa462e /src/sj-prefs.c | |
parent | c0525fe18cdd010dbd335c7ea20d8b13ad9f0029 (diff) |
Remove unrequired use of 'strip' variable (#328918).
2006-01-30 Ryan Lortie <desrt@desrt.ca>
* src/sj-prefs.c:
Remove unrequired use of 'strip' variable (#328918).
Diffstat (limited to 'src/sj-prefs.c')
-rw-r--r-- | src/sj-prefs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sj-prefs.c b/src/sj-prefs.c index 9d7b254..a858033 100644 --- a/src/sj-prefs.c +++ b/src/sj-prefs.c @@ -198,7 +198,6 @@ static void pattern_label_update (void) { char *file_pattern, *path_pattern; char *file_value, *path_value, *example, *format; - gboolean strip; static AlbumDetails sample_album = { N_("Album Title"), /* title */ N_("Album Artist"), /* artist */ @@ -241,7 +240,6 @@ static void pattern_label_update (void) if (path_pattern == NULL) { path_pattern = g_strdup(path_patterns[0].pattern); } - strip = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (check_strip)); file_value = filepath_parse_pattern (file_pattern, &sample_track); path_value = filepath_parse_pattern (path_pattern, &sample_track); |