From 84b36e92df1e70dd4fa742a0d0c050a74e0b72fd Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 9 Jun 2023 18:36:27 +0900 Subject: [PATCH] api: -- a redundant util func. --- inc/thorvg.h | 11 ----------- 1 file changed, 11 deletions(-) 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