diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-31 04:17:37 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-31 04:17:37 +0000 |
| commit | 240a13415775a92f221b8b1fdda66258ae371cb1 (patch) | |
| tree | 4a13dd82fceff57f2b2b468c9dcc1e566f52e1df /sources/simulator/VSSimulatorFrame.java | |
| parent | 434d96b7b8b78d6bce2c6809dda33750c33ec087 (diff) | |
cosmetic fix
Diffstat (limited to 'sources/simulator/VSSimulatorFrame.java')
| -rw-r--r-- | sources/simulator/VSSimulatorFrame.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/simulator/VSSimulatorFrame.java b/sources/simulator/VSSimulatorFrame.java index 9b6ca3c..44476e7 100644 --- a/sources/simulator/VSSimulatorFrame.java +++ b/sources/simulator/VSSimulatorFrame.java @@ -505,7 +505,6 @@ public class VSSimulatorFrame extends VSFrame { if (imageURL == null) return new ImageIcon("icons/"+name, descr); - return new ImageIcon(imageURL, descr); } } |
