comparison gui/ui/playbar.c @ 34471:65ea3b7a704b

Remove unused parameter from uiPlaybarShow().
author ib
date Fri, 13 Jan 2012 16:40:04 +0000
parents e8e4e6f9b7ac
children f866092d51cd
comparison
equal deleted inserted replaced
34470:571201af959c 34471:65ea3b7a704b
225 } 225 }
226 break; 226 break;
227 } 227 }
228 } 228 }
229 229
230 void uiPlaybarShow( int x, int y ) 230 void uiPlaybarShow( int y )
231 { 231 {
232 if ( !guiApp.playbarIsPresent || !gtkEnablePlayBar ) return; 232 if ( !guiApp.playbarIsPresent || !gtkEnablePlayBar ) return;
233 if ( !guiApp.subWindow.isFullScreen ) return; 233 if ( !guiApp.subWindow.isFullScreen ) return;
234 234
235 if ( y > guiApp.subWindow.Height - guiApp.playbar.height ) 235 if ( y > guiApp.subWindow.Height - guiApp.playbar.height )