summaryrefslogtreecommitdiff
path: root/src/squeltch.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-12-29 12:09:30 +0100
committerBardur Arantsson <bardur@scientician.net>2015-12-29 12:09:30 +0100
commit4aa1a39402c3908e9e8b6eb3fd4e2183d5e5c52e (patch)
treec1d93d415b96238aae3c54eb83cb0815af2e4bca /src/squeltch.cc
parent729e3854b753ebc2e8c0ab28b760ca3ccc99412b (diff)
Remove MACINTOSH-compatibility code
Diffstat (limited to 'src/squeltch.cc')
-rw-r--r--src/squeltch.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/squeltch.cc b/src/squeltch.cc
index 8e8c5b8f..bab1e5c0 100644
--- a/src/squeltch.cc
+++ b/src/squeltch.cc
@@ -185,9 +185,6 @@ static void automatizer_save_rules()
// Build the filename
path_build(buf, 1024, ANGBAND_DIR_USER, name);
- // File type is "TEXT"
- FILE_TYPE(FILE_TYPE_TEXT);
-
if (file_exist(buf))
{
c_put_str(TERM_WHITE, "File exists, continue?[y/n]",