Revert "ecore/xinerama: Don't do an assingment after return."

This reverts commit 47fe99646f879b555b1048b900e27e67dc20bd98.

SVN revision: 72877
This commit is contained in:
Stefan Schmidt 2012-06-26 11:48:35 +00:00
parent f471953297
commit 902e35e461
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ ecore_x_xinerama_screen_geometry_get(int screen,
if (h)
*h = DisplayHeight(_ecore_x_disp, 0);
screen __EINA_UNUSED__;
return EINA_FALSE;
screen = 0;
}