diff --git a/source/title.c b/source/title.c index c64497b..09b6505 100644 --- a/source/title.c +++ b/source/title.c @@ -720,19 +720,6 @@ const char *titleGetNcmContentTypeName(u8 content_type) return g_titleNcmContentTypeNames[idx]; } - - - - - - - - - - - - - NX_INLINE void titleFreeApplicationMetadata(void) { if (g_appMetadata) diff --git a/source/title.h b/source/title.h index ea3f19a..f2834d1 100644 --- a/source/title.h +++ b/source/title.h @@ -111,30 +111,6 @@ bool titleIsGameCardInfoUpdated(void); /// Returns a pointer to a string holding the name of the provided ncm content type. const char *titleGetNcmContentTypeName(u8 content_type); - - - - - - - - - - - - - - - - - - - - - - - - /// Miscellaneous functions. NX_INLINE void titleConvertNcmContentSizeToU64(const u8 *size, u64 *out)