summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-18 22:07:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-18 22:07:52 +0100
commit56402a27013be84ab7678cbfc1725d380fdaf04e (patch)
tree9c5d6499315c31e6b6834668ece3e3872da561f6 /crawl-ref/source/wiz-dgn.h
parent5a5905d6aa1cf5124ed3a98dd74f628144418268 (diff)
downloadcrawl-ref-56402a27013be84ab7678cbfc1725d380fdaf04e.tar.gz
crawl-ref-56402a27013be84ab7678cbfc1725d380fdaf04e.zip
Drop "&p".
Redundant with &G for most uses, and &( if you want the feature.
Diffstat (limited to 'crawl-ref/source/wiz-dgn.h')
-rw-r--r--crawl-ref/source/wiz-dgn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-dgn.h b/crawl-ref/source/wiz-dgn.h
index bc481f0007..c9707699d9 100644
--- a/crawl-ref/source/wiz-dgn.h
+++ b/crawl-ref/source/wiz-dgn.h
@@ -10,7 +10,6 @@
#include "player.h"
-bool wizard_create_portal(const coord_def& pos = you.pos());
bool wizard_create_feature(const coord_def& pos = you.pos());
void wizard_list_branches();
void wizard_reveal_traps();