summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-11-05 19:09:39 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-11-07 17:10:55 +0100
commitddc2fa2dabc77c858b7307b3538ee67f11659ee4 (patch)
tree4a2b00b46fb452786ae12ded0534ba0b234c7df0 /gst
parent444ceb068424122ceba46d8cc48a53b8b32c3cf5 (diff)
preset: remove commented code
The GQuark was never used.
Diffstat (limited to 'gst')
-rw-r--r--gst/gstpreset.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/gstpreset.c b/gst/gstpreset.c
index 27db9ec49..d595abcd2 100644
--- a/gst/gstpreset.c
+++ b/gst/gstpreset.c
@@ -101,8 +101,6 @@ static GQuark preset_app_path_quark = 0;
static GQuark preset_system_path_quark = 0;
static GQuark preset_quark = 0;
-/*static GQuark property_list_quark = 0;*/
-
/* the application can set a custom path that is checked in addition to standard
* system and user dirs. This helps to develop new presets first local to the
* application.
@@ -1186,8 +1184,6 @@ gst_preset_base_init (gpointer g_class)
g_quark_from_static_string ("GstPreset::system_path");
#if 0
- property_list_quark = g_quark_from_static_string ("GstPreset::properties");
-
/* create interface properties, each element would need to override this
* g_object_class_override_property(gobject_class, PROP_PRESET_NAME, "preset-name");
* and in _set_property() do