Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove some unused code
- Loading branch information
Showing
with
0 additions
and
8 deletions.
-
+0
−8
python/plugins/processing/gui/BatchPanel.py
|
@@ -119,10 +119,6 @@ def initWidgets(self): |
|
|
break |
|
|
|
|
|
# Determine column count |
|
|
nOutputs = len(self.alg.destinationParameterDefinitions()) + 1 |
|
|
if nOutputs == 1: |
|
|
nOutputs = 0 |
|
|
|
|
|
self.tblParameters.setColumnCount( |
|
|
self.alg.countVisibleParameters()) |
|
|
|
|
@@ -143,10 +139,6 @@ def initWidgets(self): |
|
|
column, QTableWidgetItem(out.description())) |
|
|
column += 1 |
|
|
|
|
|
# Last column for indicating if output will be added to canvas |
|
|
if len(self.alg.destinationParameterDefinitions()) > 0: |
|
|
self.tblParameters.setHorizontalHeaderItem( |
|
|
column, QTableWidgetItem(self.tr('Load in QGIS'))) |
|
|
|
|
|
# Add an empty row to begin |
|
|
self.addRow() |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.