diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-04 00:34:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-04 00:35:02 -0400 |
commit | 24ef163ba53773b7a2c47eb92b5d921ad5c4eb12 (patch) | |
tree | 583ae010b349ea5a9790351efdde052e9285b3cc /src/amount.h | |
parent | e874e580cf1bde4d0366ae60f5cbe8da9c9c1a04 (diff) | |
download | fork-ledger-24ef163ba53773b7a2c47eb92b5d921ad5c4eb12.tar.gz fork-ledger-24ef163ba53773b7a2c47eb92b5d921ad5c4eb12.tar.bz2 fork-ledger-24ef163ba53773b7a2c47eb92b5d921ad5c4eb12.zip |
Removed unneeded member variables.
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amount.h b/src/amount.h index 1e41e148..8229b015 100644 --- a/src/amount.h +++ b/src/amount.h @@ -137,8 +137,6 @@ public: matter what the precision of an individual commodity may be. */ static bool stream_fullstrings; - static uint_fast32_t sizeof_bigint_t(); - protected: void _copy(const amount_t& amt); void _dup(); |