Mercurial > hg > orthanc-stone
changeset 1219:f8bff27f1314
cleanup
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Sat, 07 Dec 2019 17:46:25 +0100 |
parents | 9added0d371e |
children | 9ee6b28f53e8 |
files | Framework/Deprecated/Widgets/WorldSceneWidget.cpp |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/Deprecated/Widgets/WorldSceneWidget.cpp Fri Nov 29 18:08:56 2019 +0100 +++ b/Framework/Deprecated/Widgets/WorldSceneWidget.cpp Sat Dec 07 17:46:25 2019 +0100 @@ -179,10 +179,8 @@ } else if (hasDefaultMouseEvents_) { - printf("has default mouse events\n"); if (touches.size() == 2) { - printf("2 touches !\n"); return new SceneMouseTracker(view_, new PanZoomMouseTracker(*this, touches)); } else