Salome HOME
Fix compilation errors
authorrnv <rnv@opencascade.com>
Mon, 16 Jan 2017 15:23:39 +0000 (18:23 +0300)
committerrnv <rnv@opencascade.com>
Mon, 16 Jan 2017 15:23:39 +0000 (18:23 +0300)
src/SalomeApp/SalomeApp_Study.cxx

index 0bfe24dcacfb120a4bdf1ea69732756fa8a42abb..cbc7d93e8d8414308babd1c0b9558b1b3fb6d248 100644 (file)
@@ -201,7 +201,7 @@ public:
                   myStudy->setVisibilityState( theID.c_str(), Qtx::HiddenState ); //hide the just added object
                   //MESSAGE("Object with entry : "<< theID <<" CAN be displayed !!!");
                 }
-                else
+                //else
                   //MESSAGE("Object with entry : "<< theID <<" CAN'T be displayed !!!");
               }
             }
@@ -334,7 +334,7 @@ public:
                 myStudy->setVisibilityState( theID.c_str(), Qtx::HiddenState );
                 //MESSAGE("Object with entry : "<< theID <<" CAN be displayed !!!");
               }
-              else
+              //else
                 //MESSAGE("Object with entry : "<< theID <<" CAN'T be displayed !!!");
             }
           }