Commit 9365f465 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Commented out some functions in ImageTreeWidget/ImageFileListWidget cpp...

PROG:  Commented out some functions in ImageTreeWidget/ImageFileListWidget cpp files because of dependency issues with commented out code in the Directory class.  References #4038

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6864 41f8697f-d340-4b68-9986-7bafba869bb8
parent 007e34bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ namespace Isis {
  bool ImageFileListWidget::XmlHandler::startElement(const QString &namespaceURI,
      const QString &localName, const QString &qName, const QXmlAttributes &atts) {
    bool result = XmlStackedHandler::startElement(namespaceURI, localName, qName, atts);

  /*  //tjw
    if (result) {

//    if (localName == "geometry") {
@@ -769,6 +769,7 @@ namespace Isis {
      }

    }
    */

    return result;
  }
+2 −0
Original line number Diff line number Diff line
@@ -613,6 +613,7 @@ namespace Isis {


  void ImageTreeWidget::contextMenuEvent(QContextMenuEvent *event) {
    /*
    ImageList selectedCubes = selectedDisplays();

    bool selectedGroup = groupInList(selectedItems());
@@ -688,6 +689,7 @@ namespace Isis {
    }

    menu.exec(event->globalPos());
    */
  }