removed accidental cruft

This commit is contained in:
James Strachan
2012-09-17 12:34:34 +01:00
parent 65564537dd
commit 475d5630ad
@@ -52,5 +52,4 @@ var JFrame.jmenuBar: JMenuBar?
get() = getJMenuBar()
set(value) {
setJMenuBar(value)
println("Set the menu bar to $value")
}