summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2016-06-06 19:19:22 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2016-06-06 19:19:22 +0200
commit2293caeae45ee2816a3237b452d4e4927de5f29c (patch)
tree8eb36f8aa689796355f2608b0e162927da9dde16 /src/emu/emuopts.cpp
parent6ee9d158377f96a42c6b0f8967d9e7b1010b5b29 (diff)
parent6fbb28f063b358d62dd8822b548da604a3b95e25 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master' into mamedev/master
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r--src/emu/emuopts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp
index 1b99a55e1ba..dc799ca235b 100644
--- a/src/emu/emuopts.cpp
+++ b/src/emu/emuopts.cpp
@@ -120,7 +120,6 @@ const options_entry emu_options::s_option_entries[] =
// vector options
{ nullptr, nullptr, OPTION_HEADER, "CORE VECTOR OPTIONS" },
- { OPTION_ANTIALIAS ";aa", "1", OPTION_BOOLEAN, "use antialiasing when drawing vectors" },
{ OPTION_BEAM_WIDTH_MIN, "1.0", OPTION_FLOAT, "set vector beam width minimum" },
{ OPTION_BEAM_WIDTH_MAX, "1.0", OPTION_FLOAT, "set vector beam width maximum" },
{ OPTION_BEAM_INTENSITY_WEIGHT, "0", OPTION_FLOAT, "set vector beam intensity weight " },