AppletLoader: removed dead code.

This commit is contained in:
kappa1 2010-07-25 13:35:00 +00:00
parent c05cc0b695
commit 6f398ac850
1 changed files with 0 additions and 5 deletions

View File

@ -463,11 +463,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
int x = offscreen.getWidth(null)/2;
int y = offscreen.getHeight(null)/2;
/*if(logo != null) {
x = (offscreen.getWidth(null) - logo.getWidth(null)) / 2;
y = (offscreen.getHeight(null) - logo.getHeight(null)) / 2;
}*/
// draw logo
if (logo != null) {
og.drawImage(logoBuffer, x-logo.getWidth(null)/2, y-logo.getHeight(null)/2, this);