File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
python/plugins/processing/gui Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,6 @@ def initWidgets(self):
120
120
break
121
121
122
122
# Determine column count
123
- nOutputs = len (self .alg .destinationParameterDefinitions ()) + 1
124
- if nOutputs == 1 :
125
- nOutputs = 0
126
-
127
123
self .tblParameters .setColumnCount (
128
124
self .alg .countVisibleParameters ())
129
125
@@ -144,10 +140,6 @@ def initWidgets(self):
144
140
column , QTableWidgetItem (out .description ()))
145
141
column += 1
146
142
147
- # Last column for indicating if output will be added to canvas
148
- if len (self .alg .destinationParameterDefinitions ()) > 0 :
149
- self .tblParameters .setHorizontalHeaderItem (
150
- column , QTableWidgetItem (self .tr ('Load in QGIS' )))
151
143
152
144
# Add an empty row to begin
153
145
self .addRow ()
You can’t perform that action at this time.
0 commit comments