Fix scale issues
[profile/ivi/org.tizen.video-player.git] / src / hb-private.h
index 6108d40..f017bf9 100644 (file)
@@ -158,10 +158,6 @@ _hb_popcount32 (uint32_t mask)
 }
 
 
-/* Multiplies a 16dot16 value by another value, then truncates the result */
-#define _hb_16dot16_mul_round(A,B) (((int64_t) (A) * (B) + 0x8000) / 0x10000)
-
-
 /* We need external help for these */
 
 #ifdef HAVE_GLIB