ecore-drm: Fix copy/paste build error
authorChris Michael <cp.michael@samsung.com>
Thu, 28 Aug 2014 19:55:05 +0000 (15:55 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 28 Aug 2014 19:55:05 +0000 (15:55 -0400)
This line should not have been pasted (and it breaks build)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_output.c

index 1aa9845..3764646 100644 (file)
@@ -428,7 +428,6 @@ _ecore_drm_output_free(Ecore_Drm_Output *output)
      free(mode);
 
    drmModeFreeCrtc(output->crtc);
-   dev->crtc_allocator &= ~(1 << output->crtc_id);
 
    free(output);
 }