diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-31 04:50:07 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-31 04:50:07 -0400 |
commit | 3909d2678ede154f9a7fe19617973d4daa173c47 (patch) | |
tree | b8d85010bae44f1f4c7020d68e8b840b81da354f /src/quotes.cc | |
parent | 97a9b42b2c5ef908e0c47ecfd39771a79f8fa8a2 (diff) | |
download | fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.gz fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.bz2 fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.zip |
Removed most #if 0 blocks and callout comments
Diffstat (limited to 'src/quotes.cc')
-rw-r--r-- | src/quotes.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/quotes.cc b/src/quotes.cc index 797e6dd5..7f41e4ff 100644 --- a/src/quotes.cc +++ b/src/quotes.cc @@ -101,9 +101,6 @@ commodity_quote_from_script(commodity_t& commodity, exchange_commodity->symbol() : "''") << "\")"); // Don't try to download this commodity again. - - // jww (2009-06-24): This flag should be removed in order to try again - // when using a GUI. commodity.add_flags(COMMODITY_NOMARKET); } return none; |