summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/corefile.h')
-rw-r--r--src/lib/util/corefile.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lib/util/corefile.h b/src/lib/util/corefile.h
index c2731a1c4ed..6a7d14ea439 100644
--- a/src/lib/util/corefile.h
+++ b/src/lib/util/corefile.h
@@ -100,20 +100,4 @@ public:
} // namespace util
-/***************************************************************************
- FUNCTION PROTOTYPES
-***************************************************************************/
-
-/* ----- filename utilities ----- */
-
-// extract the base part of a filename (remove extensions and paths)
-std::string_view core_filename_extract_base(std::string_view name, bool strip_extension = false) noexcept;
-
-// extracts the file extension from a filename
-std::string_view core_filename_extract_extension(std::string_view filename, bool strip_period = false) noexcept;
-
-// true if the given filename ends with a particular extension
-bool core_filename_ends_with(std::string_view filename, std::string_view extension) noexcept;
-
-
#endif // MAME_LIB_UTIL_COREFILE_H