one too many breaks

SVN revision: 37917
This commit is contained in:
Viktor Kojouharov 2008-12-03 22:21:17 +00:00
parent 308815b843
commit c35a5edffd
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ e_gadcon_popup_show(E_Gadcon_Popup *pop)
if (py + pop->h >= (zy + zh))
py = gy + gh - pop->h;
break;
break;
case E_GADCON_ORIENT_TOP:
case E_GADCON_ORIENT_CORNER_TL:
case E_GADCON_ORIENT_CORNER_TR: