From 1b271711a22c1ed2db87db8c68619ad469c8ac99 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Jun 2021 18:22:52 +0200 Subject: Cleanups --- source/port.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/port.h') diff --git a/source/port.h b/source/port.h index fcfe836..5defb76 100644 --- a/source/port.h +++ b/source/port.h @@ -43,9 +43,6 @@ #ifndef _MAX_PATH #define _MAX_PATH PATH_MAX #endif - -void _makepath(char* path, const char* drive, const char* dir, const char* fname, const char* ext); -void _splitpath(const char* path, char* drive, char* dir, char* fname, char* ext); #else /* _WIN32 */ #define strcasecmp stricmp #define strncasecmp strnicmp -- cgit v1.2.3