Skip to content

Commit 5b91232

Browse files
committed
[processing] some minor cleaning
1 parent dc0f349 commit 5b91232

File tree

2 files changed

+0
-215
lines changed

2 files changed

+0
-215
lines changed

python/plugins/processing/algs/saga/SagaHelpGenerator.py

-212
This file was deleted.

python/plugins/processing/gui/AlgorithmExecutionDialog.py

-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ def __init__(self, alg, mainWidget):
101101
self.logText.readOnly = True
102102
self.tabWidget.addTab(self.logText, 'Log')
103103
self.webView = QtWebKit.QWebView()
104-
cssUrl = QtCore.QUrl(os.path.join(os.path.dirname(__file__), 'help',
105-
'help.css'))
106-
self.webView.settings().setUserStyleSheetUrl(cssUrl)
107104
html = None
108105
url = None
109106
try:

0 commit comments

Comments
 (0)