aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-11-13 15:33:51 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-11-13 15:33:51 +0000
commitbed009fae6f3bc97a0188fe1548490e575e9d3e1 (patch)
tree17c7df105ef316d2783ff52f8d1199e8f3f51ecb /core
parent411fedef9da82eb1c155f17a2babab671123c577 (diff)
downloadopt-utilities-bed009fae6f3bc97a0188fe1548490e575e9d3e1.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@93 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-rw-r--r--core/fitter.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp
index 5265385..e46d82a 100644
--- a/core/fitter.hpp
+++ b/core/fitter.hpp
@@ -1676,10 +1676,6 @@ namespace opt_utilities
delete this;
}
- virtual Tstr do_to_string()const
- {
- return Tstr();
- }
/**
\return the type name of self
*/
@@ -1712,11 +1708,6 @@ namespace opt_utilities
return do_destroy();
}
- Tstr to_string()const
- {
- return do_to_string();
- }
-
/**
default construct
*/