--- a/src/eric7/QScintilla/QsciScintillaCompat.py Fri Nov 04 13:52:26 2022 +0100 +++ b/src/eric7/QScintilla/QsciScintillaCompat.py Sat Nov 05 13:00:17 2022 +0100 @@ -9,26 +9,11 @@ import contextlib -from PyQt6.Qsci import QSCINTILLA_VERSION as QSCIQSCINTILLA_VERSION from PyQt6.Qsci import QsciScintilla, QsciScintillaBase from PyQt6.QtCore import QPoint, Qt, pyqtSignal from PyQt6.QtGui import QColor, QPalette from PyQt6.QtWidgets import QApplication, QListWidget -############################################################################### - - -def QSCINTILLA_VERSION(): - """ - Module function to return the QScintilla version. - - @return QScintilla version (integer) - """ - return QSCIQSCINTILLA_VERSION - - -############################################################################### - class QsciScintillaCompat(QsciScintilla): """