summaryrefslogtreecommitdiff
path: root/mainApp.py
diff options
context:
space:
mode:
Diffstat (limited to 'mainApp.py')
-rw-r--r--mainApp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/mainApp.py b/mainApp.py
index d8ba5fc..78bbd98 100644
--- a/mainApp.py
+++ b/mainApp.py
@@ -41,9 +41,6 @@ class MainApp(QMainWindow,ui):
# Loading and setting up style sheet
self.setupUi(self)
- # style = open('cyan.css','r')
- # style = style.read()
- # self.setStyleSheet(style)
# Initializing attributes
self.zoom_count = 0