Remove generic EINTERNAL _try_restore_configuration. Combine the code

into one e_randr_try_restore_configuration function.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81158
This commit is contained in:
Christopher Michael 2012-12-17 15:46:47 +00:00 committed by Christopher Michael
parent 296a985992
commit 407fd760f6
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@
#define E_RANDR_12_NO_MODES (E_RANDR_12_NO || !e_randr_screen_info.rrvd_info.randr_info_12->modes)
#define E_RANDR_12_NO_MODE(mode) (E_RANDR_12_NO || !e_randr_screen_info.rrvd_info.randr_info_12->modes || (mode == Ecore_X_Randr_None))
// Generic
Eina_Bool _try_restore_configuration(void);
// RandRR == 1.1
E_Randr_Screen_Info_11 *_11_screen_info_new(void);
void _11_screen_info_free(E_Randr_Screen_Info_11 *screen_info_11);