ecore-drm: Remove unused variable
authorChris Michael <cp.michael@samsung.com>
Thu, 5 Feb 2015 16:21:36 +0000 (11:21 -0500)
committerChris Michael <cp.michael@samsung.com>
Thu, 5 Feb 2015 16:21:36 +0000 (11:21 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_output.c

index 25bad3b..aa694b7 100644 (file)
@@ -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 */