api: -- a redundant util func.

This commit is contained in:
Hermet Park 2023-06-09 18:36:27 +09:00 committed by Hermet Park
parent a0e6aead95
commit 84b36e92df

View file

@ -1726,17 +1726,6 @@ std::unique_ptr<T> 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 } //namespace