E: Randr: No need to get output connection status twice in a row (was

already done previously with the call to output_info_set.



SVN revision: 63810
This commit is contained in:
Christopher Michael 2011-10-04 17:49:33 +00:00
parent 48f3614f96
commit b436516f94
1 changed files with 0 additions and 1 deletions

View File

@ -625,7 +625,6 @@ _e_randr_screen_outputs_init(void)
{
outputs_info[noutputs].xid = outputs[noutputs];
_e_randr_output_info_set(&outputs_info[noutputs]);
outputs_info[noutputs].connection_status = ecore_x_randr_output_connection_status_get(e_randr_screen_info->root, outputs_info[noutputs].xid);
if (outputs_info[noutputs].connection_status == ECORE_X_RANDR_CONNECTION_STATUS_CONNECTED)
_e_randr_output_info_hw_info_set(&outputs_info[noutputs]);