remove obsolete method
authorpenk
Tue, 19 Oct 2004 18:19:07 +0200
changeset 6105 966a6cba6f93
parent 6104 8159f0753b92
child 6106 b9f7c407542d
remove obsolete method
FileBrowserV2.st
--- a/FileBrowserV2.st	Tue Oct 19 18:18:26 2004 +0200
+++ b/FileBrowserV2.st	Tue Oct 19 18:19:07 2004 +0200
@@ -1575,23 +1575,6 @@
     self filterBackgroundColor value:aWidget backgroundColor.
 !
 
-postBuildPathField:aWidget
-    "
-        set the pramters that not can be changed in the window spec
-    "
-
-    pathEntryField := aWidget.
-    aWidget level:-1.
-
-"/    sClr := aWidget shadowColor.
-"/    lClr := aWidget lightColor.
-"/    sClr := (self builder componentAt:#ToolBar) shadowColor.
-"/    lClr := (self builder componentAt:#ToolBar) lightColor.
-
-"/    aWidget backgroundColor:(aWidget superView viewBackground).
-"/    aWidget shadowColor:sClr.
-!
-
 postBuildPathViewBox:aWidget
 
     aWidget backgroundColor:(MenuPanel defaultBackgroundColor).
@@ -1621,7 +1604,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.126 2004-10-18 11:40:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.127 2004-10-19 16:19:07 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!