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