summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-30 08:18:51 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-30 08:18:51 +0100
commit4afd75e2fd0fc40ae0e47ab6063e6228cd7eaabe (patch)
treea30d36789b6148002e09f8e65ff6266e21790396 /src/emu/clifront.cpp
parent3b0d814b9b9f890eb2ca1edc3f37c775be76ea88 (diff)
Cleanups and version bumpmame0169
Diffstat (limited to 'src/emu/clifront.cpp')
-rw-r--r--src/emu/clifront.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/clifront.cpp b/src/emu/clifront.cpp
index 331aa996121..a9321154c51 100644
--- a/src/emu/clifront.cpp
+++ b/src/emu/clifront.cpp
@@ -597,8 +597,6 @@ void cli_frontend::listdevices(const char *gamename)
// dump the results
for (auto device : device_list)
{
-
-
// extract the tag, stripping the leading colon
const char *tag = device->tag();
if (*tag == ':')