summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 00:35:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 00:35:06 +0000
commitd0cb246a070e899ec215b13bb246908a726d3bed (patch)
tree7904759f49cdc89c342ba345844f9200166d6b1a /crawl-ref/source/transfor.cc
parentcc279c7aa6e04db390bed9bc28f3d2f48f2ea6d7 (diff)
downloadcrawl-ref-d0cb246a070e899ec215b13bb246908a726d3bed.tar.gz
crawl-ref-d0cb246a070e899ec215b13bb246908a726d3bed.zip
Remove unneeded blank line.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6159 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/transfor.cc')
-rw-r--r--crawl-ref/source/transfor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.cc b/crawl-ref/source/transfor.cc
index 4cda163fe6..7b2b676e65 100644
--- a/crawl-ref/source/transfor.cc
+++ b/crawl-ref/source/transfor.cc
@@ -775,7 +775,6 @@ void untransform(void)
// cases to handle a large number of things (see wear_armour()) -- bwr
bool can_equip( equipment_type use_which, bool ignore_temporary )
{
-
// if more cases are added to this if must also change in
// item_use for naga barding
if (ignore_temporary || !player_is_shapechanged())