englebass pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2b4a70b2836cf183fe7fe8765270efacdb530eeb

commit 2b4a70b2836cf183fe7fe8765270efacdb530eeb
Author: Sebastian Dransfeld <s...@tango.flipp.net>
Date:   Thu Mar 6 10:06:13 2014 +0100

    randr: remove wrong typedef
    
    There is no struct for crtc config
---
 src/bin/e_randr.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_randr.h b/src/bin/e_randr.h
index 5579bba..ba45b19 100644
--- a/src/bin/e_randr.h
+++ b/src/bin/e_randr.h
@@ -1,7 +1,6 @@
 #ifdef E_TYPEDEFS
 
 typedef struct _E_Config_Randr_Output E_Config_Randr_Output;
-typedef struct _E_Config_Randr_Crtc E_Config_Randr_Crtc;
 typedef struct _E_Config_Randr E_Config_Randr;
 
 typedef struct _E_Randr_Output E_Randr_Output;

-- 


Reply via email to