Skip to content

Commit

Permalink
[processing] some minor cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 8, 2014
1 parent dc0f349 commit 5b91232
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
212 changes: 0 additions & 212 deletions python/plugins/processing/algs/saga/SagaHelpGenerator.py

This file was deleted.

3 changes: 0 additions & 3 deletions python/plugins/processing/gui/AlgorithmExecutionDialog.py
Expand Up @@ -101,9 +101,6 @@ def __init__(self, alg, mainWidget):
self.logText.readOnly = True
self.tabWidget.addTab(self.logText, 'Log')
self.webView = QtWebKit.QWebView()
cssUrl = QtCore.QUrl(os.path.join(os.path.dirname(__file__), 'help',
'help.css'))
self.webView.settings().setUserStyleSheetUrl(cssUrl)
html = None
url = None
try:
Expand Down

0 comments on commit 5b91232

Please sign in to comment.