diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-06-24 20:57:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-06-24 20:57:32 -0400 |
commit | 7deca6951fb4991fcebb1e89aad8b851aa2bc883 (patch) | |
tree | c0aa1712422d3ebdccf2ca87f93bc9c62786c05e /indra/llinventory/lleconomy.h | |
parent | ccc55255c57f8449aa46cd8847dbda1ced1e851f (diff) |
MAINT-5232: Finish 7724e79aaf62: remove LLGlobalEconomy::initSingleton()
Diffstat (limited to 'indra/llinventory/lleconomy.h')
-rwxr-xr-x | indra/llinventory/lleconomy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llinventory/lleconomy.h b/indra/llinventory/lleconomy.h index 9c27ac5fb3..83836b7ce1 100755 --- a/indra/llinventory/lleconomy.h +++ b/indra/llinventory/lleconomy.h @@ -48,8 +48,6 @@ public: LLGlobalEconomy(); virtual ~LLGlobalEconomy(); - void initSingleton() { } - virtual void print(); void addObserver(LLEconomyObserver* observer); |