From f86504c881176779df38de6f1ad23ac0d2859a9f Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Mon, 19 Nov 2012 15:32:49 +0200 Subject: [PATCH] window: remove unused MULT macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leftovers from commit f02a649a3ce5735f5a20103fe6f1002b3a421501 Author: Kristian Høgsberg Date: Mon Mar 12 01:05:25 2012 -0400 Consolidate image loading code and move to shared/ Signed-off-by: Pekka Paalanen --- clients/window.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/window.c b/clients/window.c index d82640a1..16dc801f 100644 --- a/clients/window.c +++ b/clients/window.c @@ -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 {