Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
fc18b8b4
Commit
fc18b8b4
authored
Dec 09, 2020
by
Julien Cabieces
Browse files
remove useless lv_param
parent
26ebcd61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Wrappers/QGIS/src/otbQgisDescriptor.cxx
View file @
fc18b8b4
...
...
@@ -139,7 +139,6 @@ int main(int argc, char* argv[])
// we switch to parameter stringlist to avoid aving empty combobox in QGIS
if
(
type
==
ParameterType_ListView
)
{
ListViewParameter
*
lv_param
=
dynamic_cast
<
ListViewParameter
*>
(
param
.
GetPointer
());
if
(
appli
->
GetChoiceNames
(
name
).
empty
()
)
{
type
=
ParameterType_StringList
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment