ecore-drm: Remove unused variable

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-02-05 11:21:36 -05:00
parent 773897b09b
commit 92954b707c
1 changed files with 0 additions and 1 deletions

View 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 */