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 @@ -119,10 +119,6 @@ def initWidgets(self):
119
119
break
120
120
121
121
# Determine column count
122
- nOutputs = len (self .alg .destinationParameterDefinitions ()) + 1
123
- if nOutputs == 1 :
124
- nOutputs = 0
125
-
126
122
self .tblParameters .setColumnCount (
127
123
self .alg .countVisibleParameters ())
128
124
@@ -143,10 +139,6 @@ def initWidgets(self):
143
139
column , QTableWidgetItem (out .description ()))
144
140
column += 1
145
141
146
- # Last column for indicating if output will be added to canvas
147
- if len (self .alg .destinationParameterDefinitions ()) > 0 :
148
- self .tblParameters .setHorizontalHeaderItem (
149
- column , QTableWidgetItem (self .tr ('Load in QGIS' )))
150
142
151
143
# Add an empty row to begin
152
144
self .addRow ()
You can’t perform that action at this time.
0 commit comments