window: remove unused MULT macro

Leftovers from

commit f02a649a3c
Author: Kristian Høgsberg <krh@bitplanet.net>
Date:   Mon Mar 12 01:05:25 2012 -0400

    Consolidate image loading code and move to shared/

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
Pekka Paalanen 2012-11-19 15:32:49 +02:00 committed by Kristian Høgsberg
parent a8d4c84693
commit f86504c881
1 changed files with 0 additions and 3 deletions

View File

@ -351,9 +351,6 @@ struct surface_data {
struct wl_buffer *buffer;
};
#define MULT(_d,c,a,t) \
do { t = c * a + 0x7f; _d = ((t >> 8) + t) >> 8; } while (0)
#ifdef HAVE_CAIRO_EGL
struct egl_window_surface_data {