summaryrefslogtreecommitdiff
path: root/src/commodity.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-12 04:57:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-12 04:57:19 -0400
commit8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3 (patch)
tree7eed4bada75f1d42e705d339fb68ceb80aea7180 /src/commodity.h
parentc328b1b3b2575ce27ce5bfc4d901a7e011d010a8 (diff)
downloadfork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.gz
fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.bz2
fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.zip
Restored the "prices" command.
Diffstat (limited to 'src/commodity.h')
-rw-r--r--src/commodity.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commodity.h b/src/commodity.h
index 0d1bc785..9522bb43 100644
--- a/src/commodity.h
+++ b/src/commodity.h
@@ -276,7 +276,6 @@ public:
base->larger = arg;
}
-protected:
optional<varied_history_t&> varied_history() {
if (base->varied_history)
return *base->varied_history;