summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-10-30 09:34:34 -0400
committerChris Michael <cp.michael@samsung.com>2014-10-30 09:36:48 -0400
commit6140c99541917c3edfcc011b410d759ddb5485eb (patch)
treed81c816e5c2a29180d78489bb9b496d31c42b585
parent399c571ab6c74efad9603d89dae8e947436ff6f4 (diff)
downloadefl-6140c99541917c3edfcc011b410d759ddb5485eb.tar.gz
ecore-drm: Remove commented out dead functions
Summary: These functions were never exposed in the header, and were also already commented out. This commit just removes the dead comments. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_drm/Ecore_Drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h
index e85cdf10b4..df3f0a9d56 100644
--- a/src/lib/ecore_drm/Ecore_Drm.h
+++ b/src/lib/ecore_drm/Ecore_Drm.h
@@ -149,9 +149,6 @@ typedef struct _Ecore_Drm_Sprite Ecore_Drm_Sprite;
EAPI int ecore_drm_init(void);
EAPI int ecore_drm_shutdown(void);
-/* EAPI void *ecore_drm_gbm_get(Ecore_Drm_Device *dev); */
-/* EAPI unsigned int ecore_drm_gbm_format_get(Ecore_Drm_Device *dev); */
-
EAPI Ecore_Drm_Device *ecore_drm_device_find(const char *name, const char *seat);
EAPI void ecore_drm_device_free(Ecore_Drm_Device *dev);
EAPI Eina_Bool ecore_drm_device_open(Ecore_Drm_Device *dev);