diff options
Diffstat (limited to 'tdecore/tdeglobal.cpp')
-rw-r--r-- | tdecore/tdeglobal.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tdecore/tdeglobal.cpp b/tdecore/tdeglobal.cpp index 03f39ac80..594ad1c3b 100644 --- a/tdecore/tdeglobal.cpp +++ b/tdecore/tdeglobal.cpp @@ -133,14 +133,6 @@ KCharsets *TDEGlobal::charsets() return _charsets; } -TEquivChars *TDEGlobal::equivChars() -{ - if( _equivChars == 0 ) { - _equivChars = new TEquivChars(); - } - return _equivChars; -} - TDEStringMatcher *TDEGlobal::hiddenFileMatcher() { if( _hiddenFileMatcher == 0 ) { @@ -251,7 +243,6 @@ TDEInstance *TDEGlobal::_instance = 0; TDEInstance *TDEGlobal::_activeInstance = 0; TDELocale *TDEGlobal::_locale = 0; KCharsets *TDEGlobal::_charsets = 0; -TEquivChars *TDEGlobal::_equivChars = 0; TDEStringMatcher *TDEGlobal::_hiddenFileMatcher = 0; KStaticDeleterList *TDEGlobal::_staticDeleters = 0; |