[clutter] examples: Remove clutter_x11_enable_xinput()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] examples: Remove clutter_x11_enable_xinput()
- Date: Tue, 18 Dec 2012 02:00:39 +0000 (UTC)
commit 9016cba473ae1d2084494c67cfb3d7b5cc5b72c8
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Dec 18 01:24:35 2012 +0000
examples: Remove clutter_x11_enable_xinput()
It is unnecessary, and deprecated.
examples/pan-action.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/examples/pan-action.c b/examples/pan-action.c
index 22a5451..71dcb24 100644
--- a/examples/pan-action.c
+++ b/examples/pan-action.c
@@ -118,10 +118,6 @@ main (int argc, char *argv[])
{
ClutterActor *stage, *scroll, *info;
-#ifdef CLUTTER_WINDOWING_X11
- clutter_x11_enable_xinput ();
-#endif
-
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return EXIT_FAILURE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]