From ded013b7a7367f74b9c854755a7ce4a6955e93c0 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 23 Aug 2014 11:00:15 +0200 Subject: Minor updates to the UI --- ethereal/main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'ethereal/main.go') diff --git a/ethereal/main.go b/ethereal/main.go index 4fb9e2a9c..ac94a6622 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -71,7 +71,6 @@ func main() { // This is a bit of a cheat, but ey! os.Setenv("QTWEBKIT_INSPECTOR_SERVER", "127.0.0.1:99999") - //qml.Init(nil) qml.Run(run) var interrupted = false -- cgit