Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Sep 21, 2017
1 parent 6f35449 commit 07e8c9b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1253,9 +1253,6 @@ QVariant SimulationExperimentViewSimulationWidget::value(Core::Property *pProper
{
switch (pProperty->type()) {
case Core::Property::Section:
// Not a relevant property, so return an empty variant
// Note: we should never reach this point...

return QVariant();
case Core::Property::String:
case Core::Property::Color:
Expand Down Expand Up @@ -1283,9 +1280,6 @@ QString SimulationExperimentViewSimulationWidget::stringValue(Core::Property *pP
{
switch (pProperty->type()) {
case Core::Property::Section:
// Not a relevant property, so return an empty string
// Note: we should never reach this point...

return QString();
case Core::Property::String:
case Core::Property::Color:
Expand Down

0 comments on commit 07e8c9b

Please sign in to comment.