Slicer: 2145-support-for-installing-extension-from-file 24d05725

Author Committer Branch Timestamp Parent
jcfr jcfr 2145-support-for-installing-extension-from-file 2013-09-23 04:26:29 2145-support-for-installing-extension-from-file 6006d2e2
Changeset

COMP: Fix warning: variable ‘checkedAction’ set but not used

Within function "updateWidgetToAnnotation" of MouseModeToolBar,
checkedAction local variable has been introduced by commit r19943. It has
then been revised in commit r19989. Finally its usage has been removed
by commit r21555.

Note that function "updateWidgetToAnnotation" has been renamed into
"updateWidgetToPlace" in commit r22310.

This commit completely remove references to this variable since it is
set but not used.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22473 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Base/QTGUI/qSlicerMouseModeToolBar.cxx Diff File