summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas (at) apestaart (dot) org>2013-02-24 17:00:14 +0100
committerThomas Vander Stichele <thomas (at) apestaart (dot) org>2013-02-25 00:12:11 +0100
commitf294e180512c8f7f2de5f353a7b9c0de5af98d04 (patch)
tree3a69f97003cbe1dc1f1e8d92fb4ade61f48312b9
parent0290f21f7fd9ec0e0b180ab57f7be9d937b067ee (diff)
level: remove unused defines and declarationsfeature-level-eos-1.0
-rw-r--r--gst/level/gstlevel.c4
-rw-r--r--tests/check/elements/level.c6
2 files changed, 0 insertions, 10 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 19e02bcee..c0d3f30dd 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -105,10 +105,6 @@
#include "config.h"
#endif
-/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
#include <string.h>
#include <math.h>
#include <gst/gst.h>
diff --git a/tests/check/elements/level.c b/tests/check/elements/level.c
index fa406122e..c9715fbc5 100644
--- a/tests/check/elements/level.c
+++ b/tests/check/elements/level.c
@@ -20,18 +20,12 @@
* Boston, MA 02111-1307, USA.
*/
-/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
#include <unistd.h>
#include <math.h>
#include <gst/audio/audio.h>
#include <gst/check/gstcheck.h>
-gboolean have_eos = FALSE;
-
/* For ease of programming we use globals to keep refs for our floating
* src and sink pads we create; otherwise we always have to do get_pad,
* get_peer, and then remove references in every test function */