remove redundant line

SVN revision: 56085
This commit is contained in:
Mike Blumenkrantz 2011-01-14 02:57:52 +00:00
parent 6a9d1ed0c8
commit fe6de9181b
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ _ecore_x_randr_init(void)
_randr_minor = 3;
_randr_version = 0;
_ecore_x_disp = _ecore_x_disp;
_ecore_x_randr_get_screen_resources = NULL;
if (XRRQueryVersion(_ecore_x_disp, &_randr_major, &_randr_minor))
{