[sound-juicer] Remove unused prefs_edit_profile_clicked function
- From: Christophe Fergeau <teuf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] Remove unused prefs_edit_profile_clicked function
- Date: Mon, 10 Oct 2011 21:11:04 +0000 (UTC)
commit 4ae7f882717b08b56eb8c1f8bf94a52d5cdae8cc
Author: Christophe Fergeau <cfergeau redhat com>
Date: Mon Oct 10 23:09:54 2011 +0200
Remove unused prefs_edit_profile_clicked function
Now that the button to edit profiles is gone, remove the callback
corresponding to this button.
src/sj-prefs.c | 8 --------
src/sj-prefs.h | 1 -
2 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/sj-prefs.c b/src/sj-prefs.c
index f698d16..b1ef97f 100644
--- a/src/sj-prefs.c
+++ b/src/sj-prefs.c
@@ -165,14 +165,6 @@ G_MODULE_EXPORT void prefs_file_option_changed (GtkComboBox *combo, gpointer use
}
}
-/**
- * The Edit Profiles button was pressed.
- */
-G_MODULE_EXPORT void prefs_edit_profile_clicked (GtkButton *button, gpointer user_data)
-{
- /* Not implemented */
-}
-
static void
sj_audio_profile_chooser_set_active (GtkWidget *chooser, const char *profile)
{
diff --git a/src/sj-prefs.h b/src/sj-prefs.h
index 434e6f9..fe8cc1a 100644
--- a/src/sj-prefs.h
+++ b/src/sj-prefs.h
@@ -32,7 +32,6 @@ void prefs_profile_changed (GtkWidget *widget, gpointer user_data);
G_MODULE_EXPORT void prefs_base_folder_changed (GtkWidget *chooser, gpointer user_data);
void prefs_path_option_changed (GtkComboBox *combo, gpointer user_data);
void prefs_file_option_changed (GtkComboBox *combo, gpointer user_data);
-G_MODULE_EXPORT void prefs_edit_profile_clicked (GtkButton *button, gpointer user_data);
G_MODULE_EXPORT void on_edit_preferences_cb (GtkMenuItem *item, gpointer user_data);
#endif /* SJ_PREFS_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]