diff Framework/Widgets/WorldSceneWidget.cpp @ 55:f0f354a97581 wasm

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Apr 2017 17:24:18 +0200
parents 01aa453d4d5b
children d2adc6189a95
line wrap: on
line diff
--- a/Framework/Widgets/WorldSceneWidget.cpp	Thu Apr 27 17:49:29 2017 +0200
+++ b/Framework/Widgets/WorldSceneWidget.cpp	Fri Apr 28 17:24:18 2017 +0200
@@ -409,18 +409,4 @@
       interactor_->KeyPressed(*this, key, modifiers, GetStatusBar());
     }
   }
-
-  
-  bool WorldSceneWidget::HasRenderMouseOver(int x,
-                                            int y)
-  {
-    if (interactor_)
-    {
-      return interactor_->HasMouseOver(*this, GetSlice(), x, y);
-    }
-    else
-    {
-      return false;
-    }
-  }
 }