summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-07-15 17:30:17 +0200
committerBardur Arantsson <bardur@scientician.net>2013-08-08 16:33:29 +0200
commit7105f93feb1ea0387e72939ed1e35a5fcd3ee546 (patch)
tree618bf094fcdfb6c2d055b3d4387ba931365e17b6 /src/defines.h
parent209b9c3b6afd06e098384b77bde4905a69be58ae (diff)
Remove 'auto_haggle' option
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 37f0a8e9..d8a5d4f2 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2679,7 +2679,6 @@
* Special Object Flags
*/
#define IDENT_SENSE 0x01 /* Item has been "sensed" */
-#define IDENT_FIXED 0x02 /* Item has been "haggled" */
#define IDENT_EMPTY 0x04 /* Item charges are known */
#define IDENT_KNOWN 0x08 /* Item abilities are known */
#define IDENT_STOREB 0x10 /* Item is storebought !!!! */