PerforceSourceCodeManagementSettingsAppl.st
branchjv
changeset 16369 1090224cc0db
parent 16213 f667b5b42a11
parent 16352 4155d8ef2f54
child 16664 ef51c9c52b52
--- a/PerforceSourceCodeManagementSettingsAppl.st	Fri Apr 29 06:55:29 2016 +0200
+++ b/PerforceSourceCodeManagementSettingsAppl.st	Sat Apr 30 06:45:55 2016 +0200
@@ -1228,17 +1228,6 @@
 
     canceled := false.
     ^ super postBuildWith:aBuilder
-!
-
-postOpenWith:aBuilder
-    "This is a hook method generated by the Browser.
-     It will be invoked right after the applications window has been opened.
-     Add any app-specific actions here (starting background processes etc.).
-     See also #postBuildWith:, which is invoked before opening."
-
-    "/ add any code here ...
-
-    ^ super postOpenWith:aBuilder
 ! !
 
 !PerforceSourceCodeManagementSettingsAppl::ModuleManager class methodsFor:'instance creation'!