summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-07-25 12:47:59 -0400
committerChris Michael <cp.michael@samsung.com>2014-09-16 09:15:42 -0400
commitfe8d3cdbf8291e285754ab0f07695c115a00fd4c (patch)
treefc62c4378af4e11a95cc69a3c869a118b22d8565
parent796da485eab54b46ca4d554685278a2b54549a26 (diff)
downloadefl-fe8d3cdbf8291e285754ab0f07695c115a00fd4c.tar.gz
ecore-input: Remove unnecessary private udev function
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_input/ecore_input_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_input/ecore_input_private.h b/src/lib/ecore_input/ecore_input_private.h
index b8835f2531..7e126f4969 100644
--- a/src/lib/ecore_input/ecore_input_private.h
+++ b/src/lib/ecore_input/ecore_input_private.h
@@ -57,6 +57,4 @@ extern struct udev *_ecore_input_udev;
# endif
# define CRI(...) EINA_LOG_DOM_CRIT(_ecore_input_log_dom, __VA_ARGS__)
-Eina_Bool ecore_input_udev_enable(void);
-
#endif