Remove unneeded UIManager call

This commit is contained in:
drdev
2014-02-13 06:50:37 +00:00
parent 8bf4345ac3
commit 0961590f20

View File

@@ -1463,9 +1463,6 @@ public enum FSkin {
// Assemble avatar images
FSkin.assembleAvatars();
// Table zebra striping
UIManager.put("Table.alternateRowColor", new Color(240, 240, 240));
// Images loaded; can start UI init.
FView.SINGLETON_INSTANCE.setSplashProgessBarMessage("Creating display components.");
loaded = true;