DebugView.st
changeset 14150 0f1b5996c9bd
parent 14129 cb9000f8e03d
child 14200 aa1b9175c866
--- a/DebugView.st	Thu Mar 20 13:53:40 2014 +0100
+++ b/DebugView.st	Fri Mar 21 19:56:04 2014 +0100
@@ -2757,7 +2757,6 @@
 
     super initialize.
 
-    self createFontOnDevice.
     userPrefs := UserPreferences current.
 
     verboseBacktrace := userPrefs verboseBacktraceInDebugger ? false.
@@ -9076,15 +9075,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.649 2014-03-11 09:37:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.650 2014-03-21 18:56:04 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.649 2014-03-11 09:37:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.650 2014-03-21 18:56:04 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.649 2014-03-11 09:37:34 stefan Exp $'
+    ^ '$Id: DebugView.st,v 1.650 2014-03-21 18:56:04 stefan Exp $'
 ! !