freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] gsoc-anurag-2022 e4ee4069a 16/18: Revert unrelated changes


From: Werner Lemberg
Subject: [freetype2] gsoc-anurag-2022 e4ee4069a 16/18: Revert unrelated changes
Date: Thu, 11 Aug 2022 04:28:56 -0400 (EDT)

branch: gsoc-anurag-2022
commit e4ee4069a8bbbcaf84df37d112029d81d6149224
Author: Anurag Thakur <anurag105csec21@bpitindia.edu.in>
Commit: Anurag Thakur <anurag105csec21@bpitindia.edu.in>

    Revert unrelated changes
---
 builds/amiga/include/config/ftmodule.h | 9 ---------
 builds/mac/ftmac.c                     | 6 +++---
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/builds/amiga/include/config/ftmodule.h 
b/builds/amiga/include/config/ftmodule.h
index 50087554f..73e86d5b6 100644
--- a/builds/amiga/include/config/ftmodule.h
+++ b/builds/amiga/include/config/ftmodule.h
@@ -4,13 +4,8 @@
 /*                                                                         */
 /*    Amiga-specific FreeType module selection.                            */
 /*                                                                         */
-<<<<<<< HEAD
 /*  Copyright (C) 2005-2022 by                                             */
 /*  Werner Lemberg and Detlef W�rkner.                                     */
-=======
-/*  Copyright (C) 2005-2021 by                                             */
-/*  Werner Lemberg and Detlef W�rkner.                                     */
->>>>>>> d9fdb2202 (Compilation fix attempt #1)
 /*                                                                         */
 /*  This file is part of the FreeType project, and may only be used,       */
 /*  modified, and distributed under the terms of the FreeType project      */
@@ -140,10 +135,6 @@ FT_USE_MODULE( FT_Renderer_Class, 
ft_raster1_renderer_class )
 FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
 #endif
 
-#ifdef FT_USE_DENSE
-FT_USE_MODULE( FT_Renderer_Class, ft_dense_renderer_class )
-#endif
-
 #ifdef FT_USE_SMOOTH
 FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class )
 #endif
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c
index ccd032047..f30ffc7d1 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -75,9 +75,9 @@
 #undef  OS_INLINE
 #define OS_INLINE   static __inline__
 #endif
-// #include <CoreServices/CoreServices.h>
-// #include <ApplicationServices/ApplicationServices.h>
-// #include <sys/syslimits.h> /* PATH_MAX */
+#include <CoreServices/CoreServices.h>
+#include <ApplicationServices/ApplicationServices.h>
+#include <sys/syslimits.h> /* PATH_MAX */
 #else
 #include <Resources.h>
 #include <Fonts.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]