Skip to content

Commit

Permalink
unused inst var removed
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuzzi committed Jul 25, 2019
1 parent ddf1417 commit be0fac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions sources/uml/OrbeonFormGenerator.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"Filed out from Dolphin Smalltalk 7"!

Object subclass: #OrbeonFormGenerator
instanceVariableNames: 'configuration sectionName xmlDocument xhHtmlNode xhNode'
instanceVariableNames: 'configuration xmlDocument xhHtmlNode xhNode'
classVariableNames: 'OrbeonTypeMappings'
poolDictionaries: ''
classInstanceVariableNames: ''!
Expand Down Expand Up @@ -441,12 +441,6 @@ sectionFields

^configuration sectionFields!

sectionName
^sectionName!

sectionName: anObject
sectionName := anObject!

umlClass

^configuration umlClass!
Expand Down Expand Up @@ -516,8 +510,6 @@ xmlString
!OrbeonFormGenerator categoriesFor: #isGemStoneForm:!configuration!public! !
!OrbeonFormGenerator categoriesFor: #maxWidth!public!xml generation! !
!OrbeonFormGenerator categoriesFor: #sectionFields!configuration!public! !
!OrbeonFormGenerator categoriesFor: #sectionName!accessing!private! !
!OrbeonFormGenerator categoriesFor: #sectionName:!accessing!private! !
!OrbeonFormGenerator categoriesFor: #umlClass!configuration!public! !
!OrbeonFormGenerator categoriesFor: #umlClass:!configuration!public! !
!OrbeonFormGenerator categoriesFor: #xmlDocument!accessing!private! !
Expand Down
2 changes: 1 addition & 1 deletion sources/uml/UML Orbeon Forms Generator.pax
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package!
"Class Definitions"!

Object subclass: #OrbeonFormGenerator
instanceVariableNames: 'configuration sectionName xmlDocument xhHtmlNode xhNode'
instanceVariableNames: 'configuration xmlDocument xhHtmlNode xhNode'
classVariableNames: 'OrbeonTypeMappings'
poolDictionaries: ''
classInstanceVariableNames: ''!
Expand Down

0 comments on commit be0fac6

Please sign in to comment.