summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 04:16:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 04:16:57 +0000
commit9899c2b4ed14700a8e14656997ddcb50d8a4b580 (patch)
tree78bd2cb3ff47f840e4d2472176557e6d972581d6 /crawl-ref/source/newgame.cc
parent6284953d6bcff82ae24fe17e75eff8acefbacaa9 (diff)
downloadcrawl-ref-9899c2b4ed14700a8e14656997ddcb50d8a4b580.tar.gz
crawl-ref-9899c2b4ed14700a8e14656997ddcb50d8a4b580.zip
Remove unneeded blank lines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10301 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 87a8cdad14..152e69c210 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -4312,8 +4312,6 @@ static void _fix_up_god_name()
you.second_god_name = replace_all(you.second_god_name, " ", "");
}
-
-
static startup_wand_type _wand_to_start(int wand, bool is_rod)
{
if (!is_rod)