[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Oct 29 22:29:30 UTC 2018


 src/hb.hh |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 14b353c1852be64db244f84bf5e95b4b7f3e65b6
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Oct 29 15:29:13 2018 -0700

    One more iteration

diff --git a/src/hb.hh b/src/hb.hh
index 8198d396..d29baabf 100644
--- a/src/hb.hh
+++ b/src/hb.hh
@@ -346,7 +346,6 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
   TypeName(const TypeName<T>&); \
   void operator=(const TypeName<T>&)
 #define HB_DISALLOW_COPY_AND_ASSIGN_TEMPLATE2(TypeName, T1, T2) \
-  inline TypeName() {} \
   TypeName(const TypeName<T1, T2>&); \
   void operator=(const TypeName<T1, T2>&);
 


More information about the HarfBuzz mailing list