stx_libview.st
changeset 5795 065b3f5347d1
parent 5789 7bfdf4e91c82
child 5796 3f4d36a25f79
--- a/stx_libview.st	Tue Sep 13 13:45:18 2011 +0200
+++ b/stx_libview.st	Tue Sep 13 13:45:19 2011 +0200
@@ -366,18 +366,6 @@
     )
 ! !
 
-!stx_libview class methodsFor:'description - files'!
-
-protectedFileNames
-    "names of files which should NOT be generated (because they are hand-maintained)"
-    "do NOT overwrite the hand-written Make.proto"
-
-    ^ #( 'Make.proto' )
-
-    "Created: / 14-09-2006 / 14:39:33 / cg"
-    "Modified: / 21-12-2010 / 11:37:00 / cg"
-! !
-
 !stx_libview class methodsFor:'description - project information'!
 
 companyName
@@ -405,5 +393,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.50 2011-09-13 11:35:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.51 2011-09-13 11:45:19 stefan Exp $'
 ! !