summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 76dec12063..b47442fe65 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -935,10 +935,6 @@ static void _describe_cards(std::vector<card_type> cards)
name = uppercase_first(name);
data << "<w>" << name << "</w>\n"
<< get_linebreak_string(desc, get_number_of_cols())
-#ifdef USE_TILE
- // For some reason we need another linebreak here, for the tiles version.
- << EOL
-#endif
<< EOL;
}
formatted_string fs = formatted_string::parse_string(data.str());