eric7/QScintilla/Lexers/LexerQSS.py

branch
eric7
changeset 8832
a5b6128b4828
parent 8652
8cacde11f4fd
child 8881
54e42bc2437a
--- a/eric7/QScintilla/Lexers/LexerQSS.py	Tue Dec 14 19:44:25 2021 +0100
+++ b/eric7/QScintilla/Lexers/LexerQSS.py	Fri Dec 17 10:34:33 2021 +0100
@@ -171,12 +171,3 @@
         @return lexer name (string)
         """
         return "QSS"
-    
-    def lexer(self):
-        """
-        Public method to return the lexer type.
-        
-        @return lexer type
-        @rtype str
-        """
-        return "qss"

eric ide

mercurial