summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 05:45:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 05:45:12 +0000
commitc9b58a9e982131bd26529d155701f324c7e99309 (patch)
tree65c829c144ab02813ac386f75feb6f4ecf918636 /crawl-ref/source/player.cc
parent5d90ac6dfd387f8e092b74d80cffdd050c963bdf (diff)
downloadcrawl-ref-c9b58a9e982131bd26529d155701f324c7e99309.tar.gz
crawl-ref-c9b58a9e982131bd26529d155701f324c7e99309.zip
Remove unneeded blank line.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4583 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 864a4f798e..d5953e4b40 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5149,7 +5149,6 @@ bool rot_player( int amount )
return true;
}
-
int count_worn_ego( int which_ego )
{
int result = 0;