Skip to content

Commit

Permalink
remove unused class vars from CP1253TextConverter and LanguageEnviron…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
MarcusDenker committed Feb 19, 2021
1 parent ac4bf08 commit 0741ff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Deprecated90/CP1253TextConverter.class.st
Expand Up @@ -4,9 +4,6 @@ Text converter for CP1253. Windows code page used for Greek.
Class {
#name : #CP1253TextConverter,
#superclass : #ByteTextConverter,
#classVars : [
'FromTable'
],
#category : #Deprecated90
}

Expand Down
3 changes: 0 additions & 3 deletions src/Deprecated90/LanguageEnvironment.class.st
Expand Up @@ -15,10 +15,7 @@ Class {
'id'
],
#classVars : [
'ClipboardInterpreterClass',
'Current',
'FileNameConverter',
'InputInterpreterClass',
'KnownEnvironments',
'SystemConverter'
],
Expand Down

0 comments on commit 0741ff9

Please sign in to comment.