FileBasedSourceCodeManagementSettingsAppl.st
changeset 16656 af56b4bc61fb
parent 16153 3a55ba72a107
child 16664 ef51c9c52b52
child 17913 a59f66ff7b47
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Thu Jun 02 22:57:47 2016 +0200
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Fri Jun 03 11:54:30 2016 +0200
@@ -16,9 +16,7 @@
 AbstractSourceCodeManagementSettingsAppl subclass:#FileBasedSourceCodeManagementSettingsAppl
 	instanceVariableNames:'pathPerModule repositoryPathHolder perModulePath
 		perModulePathModule selectedPerModulePath'
-	classVariableNames:'RecentlyUsedCVSRoots RecentlyUsedStoreHosts
-		RecentlyUsedSmallTeamHosts LastStoreHost LastStoreUser
-		LastStorePassword'
+	classVariableNames:''
 	poolDictionaries:''
 	category:'System-SourceCodeManagement'
 !