From 1fa3c1956ff087a5621184e18b0d785e6c41646a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 19 Feb 2009 01:22:22 -0400 Subject: Moved amount_t::right_justify to simply ::justify --- src/amount.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index d07fd18e..f0d0e92c 100644 --- a/src/amount.h +++ b/src/amount.h @@ -640,7 +640,6 @@ public: of its commodity's display precision. */ void print(std::ostream& out) const; - void right_justify(std::ostream& out, int width) const; /*@}*/ -- cgit v1.2.3