diff --git a/aqt/qt.py b/aqt/qt.py index a46aec0b9..328f82110 100644 --- a/aqt/qt.py +++ b/aqt/qt.py @@ -49,8 +49,3 @@ if qtmajor <= 4 and qtminor <= 6: import anki.template.furigana anki.template.furigana.ruby = r'\2\1' -if isWin or isMac: - # we no longer use this, but want it included in the mac+win builds - # so we don't break add-ons that use it. any new add-ons should use - # the above variables instead - from PyQt4 import pyqtconfig