summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-02-05 11:21:36 -0500
committerChris Michael <cp.michael@samsung.com>2015-02-05 11:21:36 -0500
commit92954b707cea25c28e6b71cf0d09463b0307135a (patch)
tree3d86b44b09686ba109042c764cd6691d89291f93
parent773897b09b94afe48193dab56550774d8453b5e7 (diff)
downloadefl-92954b707cea25c28e6b71cf0d09463b0307135a.tar.gz
ecore-drm: Remove unused variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_drm/ecore_drm_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c
index 25bad3bc1c..aa694b71ec 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -68,7 +68,6 @@ _ecore_drm_output_crtc_find(Ecore_Drm_Device *dev, drmModeRes *res, drmModeConne
drmModeEncoder *enc;
unsigned int p;
int i, j;
- int crtc = -1;
/* We did not find an existing encoder + crtc combination. Loop through all of them until we
* find the first working combination */