Skip to content

Commit

Permalink
Remove unecessary Class method extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaire committed Apr 12, 2024
1 parent 6875007 commit 1d4709c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3,727 deletions.
23 changes: 2 additions & 21 deletions src/DrGeo.pck.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'From Cuis6.3 [latest update: #6319] on 12 April 2024 at 11:29:31 am'!
'From Cuis6.3 [latest update: #6319] on 12 April 2024 at 11:45:19 am'!
'Description '!
!provides: 'DrGeo' 1 706!
!provides: 'DrGeo' 1 707!
!requires: 'Gettext' 1 17 nil!
!requires: 'SVG' 1 16 nil!
!requires: 'YAXO' 1 19 nil!
Expand Down Expand Up @@ -34007,25 +34007,6 @@ printParenthesisOn: aStream
hexHtml
^ '#', self hexStringRGB ! !

!Class methodsFor: '*DrGeo-subclass creation' stamp: 'hlsf 4/18/2020 21:29:40'!
subclass: t instanceVariableNames: f classVariableNames: d package: cat
"This is a hack to import DrGeo Pharo code"

| answer |
answer := ClassBuilder new
superclass: self
subclass: t
instanceVariableNames: f
classVariableNames: d
poolDictionaries: nil
category: cat.

Smalltalk
logChange: answer definition
preamble: answer definitionPreamble.
^answer
! !

!SequenceableCollection methodsFor: '*DrGeo' stamp: 'hlsf 2/24/2022 22:32:55'!
shiftRight
^ self allButFirst, (Array with: self first)! !
Expand Down

0 comments on commit 1d4709c

Please sign in to comment.