summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2014-09-01 15:30:05 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2014-09-01 15:31:18 -0700
commitbba0a231d8675a7d80e6f2d8884979bcddaab5fd (patch)
tree3f869fea4876a19ba59a07996a9e62d28847e5ef
parentc05b1181517abbf53646c806b0c82c9bedaa002d (diff)
downloadnautilus-bba0a231d8675a7d80e6f2d8884979bcddaab5fd.tar.gz
file-management-properties: remove unused function
-rw-r--r--src/nautilus-file-management-properties.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c
index 9c2608adc..c8bd964ee 100644
--- a/src/nautilus-file-management-properties.c
+++ b/src/nautilus-file-management-properties.c
@@ -429,17 +429,6 @@ bind_builder_bool (GtkBuilder *builder,
"active", G_SETTINGS_BIND_DEFAULT);
}
-static void
-bind_builder_bool_oneway (GtkBuilder *builder,
- GSettings *settings,
- const char *widget_name,
- const char *prefs)
-{
- g_settings_bind (settings, prefs,
- gtk_builder_get_object (builder, widget_name),
- "active", G_SETTINGS_BIND_SET);
-}
-
static gboolean
enum_get_mapping (GValue *value,
GVariant *variant,