mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove unused PEN declaration
This commit is contained in:
parent
6e4f885955
commit
0bd580f572
@ -28,7 +28,6 @@ from calibre.gui2.dialogs.template_dialog import TemplateDialog
|
||||
class RatingDelegate(QStyledItemDelegate): # {{{
|
||||
COLOR = QColor("blue")
|
||||
SIZE = 16
|
||||
PEN = QPen(COLOR, 1, Qt.SolidLine, Qt.RoundCap, Qt.RoundJoin)
|
||||
|
||||
def __init__(self, parent):
|
||||
QStyledItemDelegate.__init__(self, parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user