devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4fe1475b7f578620309b18f4bd37a760f6b982eb

commit 4fe1475b7f578620309b18f4bd37a760f6b982eb
Author: Chris Michael <[email protected]>
Date:   Thu Aug 28 15:55:05 2014 -0400

    ecore-drm: Fix copy/paste build error
    
    This line should not have been pasted (and it breaks build)
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_drm/ecore_drm_output.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index 1aa9845..3764646 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -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);
 }

-- 


Reply via email to