From 2b4a70b2836cf183fe7fe8765270efacdb530eeb Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 6 Mar 2014 10:06:13 +0100 Subject: [PATCH] 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 5579bba4c..ba45b19f2 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;