summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-27 10:36:58 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-06-27 10:36:58 +0200
commit4b22f8c136c07708074506ac5022d7fd1a15fd34 (patch)
tree9662a6aa502b11a94995aaf6a2615c488a5e49c6 /tests
parent44b9b422d8432ac093b63bfe75b6a42204744133 (diff)
downloadgstreamer-plugins-bad-4b22f8c136c07708074506ac5022d7fd1a15fd34.tar.gz
configure: Require GTK+ >= 2.14 for the example
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/scaletempo/demo-gui.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/examples/scaletempo/demo-gui.c b/tests/examples/scaletempo/demo-gui.c
index 272cf7f6b..55c764373 100644
--- a/tests/examples/scaletempo/demo-gui.c
+++ b/tests/examples/scaletempo/demo-gui.c
@@ -27,10 +27,6 @@
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "demo-gui"
-#if !GTK_CHECK_VERSION(2,12,0)
-#define gtk_widget_error_bell(w) /* nop */
-#endif
-
enum
{
SIGNAL_ERROR,