Commit dead214d authored by Kaitlyn Lee's avatar Kaitlyn Lee
Browse files

Removed redundant if statement.

parent 984af3fc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -210,10 +210,8 @@ namespace Isis {

    // If one control network was imported, then activeControl() will set the
    // active control to that control network
    if (project()->controls().count() == 1) {
    project()->activeControl();
  }
  }

  /**
   * CreateControlsFunctor constructor