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