quartz: Remove forward declaration of removed variable.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2016-02-20 16:31:56 +09:00
parent 5a4576ee09
commit f9b91b5a6b
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(quartz);
static const IPinVtbl PullPin_Vtbl;
#define ALIGNDOWN(value,boundary) ((value)/(boundary)*(boundary))
#define ALIGNUP(value,boundary) (ALIGNDOWN((value)+(boundary)-1, (boundary)))