diff --git a/inc/thorvg.h b/inc/thorvg.h index d31458b3..90e145d3 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -1726,17 +1726,6 @@ std::unique_ptr cast(Fill* fill) } -/** - * @brief The operator() function is the OR function used to combine Mask Alpha & Mask Operation - * - * @BETA_API - */ -constexpr CompositeMethod operator+(CompositeMethod a, CompositeMethod b) -{ - return CompositeMethod(int(a) | int(b)); -} - - /** @}*/ } //namespace