summaryrefslogtreecommitdiff
path: root/src/quotes.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
commit3909d2678ede154f9a7fe19617973d4daa173c47 (patch)
treeb8d85010bae44f1f4c7020d68e8b840b81da354f /src/quotes.cc
parent97a9b42b2c5ef908e0c47ecfd39771a79f8fa8a2 (diff)
downloadfork-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.cc3
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;