mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 19:18:13 +02:00
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:
parent
a8d4c84693
commit
f86504c881
1 changed files with 0 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue