e/shot - removed unnecessary line

SVN revision: 83129
This commit is contained in:
ChunEon Park 2013-01-23 09:07:02 +00:00
parent 0b6dbb9bbb
commit 2eab902bc1
1 changed files with 1 additions and 2 deletions

View File

@ -619,8 +619,7 @@ _shot_now(E_Zone *zone, E_Border *bd)
Ecore_X_Screen *scr;
Ecore_X_Window_Attributes watt;
Ecore_X_Colormap colormap;
watt.visual = 0;
if ((!zone) && (!bd)) return;
if (zone)
{