[vlc-commits] freetype: remove unnecessary forward declarations

Marvin Scholz git at videolan.org
Mon Nov 18 15:46:17 CET 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Nov 18 15:38:06 2019 +0100| [a1dcfc3f0aad677f790af00552ccc237f0b9c5c4] | committer: Marvin Scholz

freetype: remove unnecessary forward declarations

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a1dcfc3f0aad677f790af00552ccc237f0b9c5c4
---

 modules/text_renderer/freetype/fonts/darwin.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/text_renderer/freetype/fonts/darwin.c b/modules/text_renderer/freetype/fonts/darwin.c
index 5505948231..689dd10b81 100644
--- a/modules/text_renderer/freetype/fonts/darwin.c
+++ b/modules/text_renderer/freetype/fonts/darwin.c
@@ -39,10 +39,6 @@
 
 #include "../platform_fonts.h"
 
-char* getPathForFontDescription(CTFontDescriptorRef fontDescriptor);
-void addNewFontToFamily(filter_t *p_filter, CTFontDescriptorRef iter, char *path, vlc_family_t *family);
-
-
 char* getPathForFontDescription(CTFontDescriptorRef fontDescriptor)
 {
     CFURLRef url = CTFontDescriptorCopyAttribute(fontDescriptor, kCTFontURLAttribute);



More information about the vlc-commits mailing list