From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/quotes.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/quotes.cc') 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; -- cgit v1.2.3