summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/clifront.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/clifront.h')
-rw-r--r--src/frontend/mame/clifront.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/frontend/mame/clifront.h b/src/frontend/mame/clifront.h
index e05467bc627..15da370ee1f 100644
--- a/src/frontend/mame/clifront.h
+++ b/src/frontend/mame/clifront.h
@@ -67,8 +67,6 @@ private:
void verifysoftlist(const std::vector<std::string> &args);
// internal helpers
- template <typename T, typename U> void apply_action(const std::vector<std::string> &args, T &&drvact, U &&devact);
- template <typename T> void apply_device_action(const std::vector<std::string> &args, T &&action);
void execute_commands(const char *exename);
void display_help(const char *exename);
void output_single_softlist(FILE *out, software_list_device &swlist);