summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 18:24:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-14 18:24:14 +0000
commit43a8fc267d6386d366c600b24e30ec6937aa0b0b (patch)
treedd925e3469171782b8bea9d262b3be043a46ff6a /crawl-ref/source/item_use.cc
parent8760aefa6b0c601891cb580f638a31696ec90107 (diff)
downloadcrawl-ref-43a8fc267d6386d366c600b24e30ec6937aa0b0b.tar.gz
crawl-ref-43a8fc267d6386d366c600b24e30ec6937aa0b0b.zip
Remove unneeded blank lines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5820 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index cf3620f270..484706a56e 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3598,8 +3598,6 @@ void drink( int slot )
return;
}
-
-
// The "> 1" part is to reduce the amount of times that Xom is
// stimulated when you are a low-level 1 trying your first unknown
// potions on monsters.