Commit d1b9611
committed
COMP: Fix unused-function warning in qMRMLPlotSeriesPropertiesWidget.cxx
This commit fixes the following warnings:
/path/to/Slicer/Modules/Loadable/Plots/Widgets/qMRMLPlotSeriesPropertiesWidget.cxx:57:13: warning: ‘std::__cxx11::string {anonymous}::DoubleToString(double)’ defined but not used [-Wunused-function]
std::string DoubleToString(double Value)
^
git-svn-id: http://svn.slicer.org/Slicer4/trunk@26942 3bd1e089-480b-0410-8dfb-8563597acbee1 parent 089a99f commit d1b9611
File tree
1 file changed
+0
-20
lines changed- Modules/Loadable/Plots/Widgets
1 file changed
+0
-20
lines changedLines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 44 | | |
65 | 45 | | |
66 | 46 | | |
| |||
0 commit comments