src/eric7/QScintilla/QsciScintillaCompat.py

branch
eric7
changeset 9474
7258d36204be
parent 9473
3f23dbf37dbe
child 9570
481cc0d3699d
--- 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):
     """

eric ide

mercurial