Andrew Talbot : dmband: Remove unused file-static variable.
Module: wine Branch: master Commit: 6252ad28fe9ebb5016cf1a1a914125bef2ff9a74 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6252ad28fe9ebb5016cf1a1a91... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Fri Dec 29 14:55:46 2006 +0000 dmband: Remove unused file-static variable. --- dlls/dmband/band.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/dmband/band.c b/dlls/dmband/band.c index 9b1dec3..b8c4d86 100644 --- a/dlls/dmband/band.c +++ b/dlls/dmband/band.c @@ -22,7 +22,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(dmband); WINE_DECLARE_DEBUG_CHANNEL(dmfile); -static const GUID IID_IDirectMusicBandPRIVATE = {0xda54db81,0x837d,0x11d1,{0x86,0xbc,0x00,0xc0,0x4f,0xbf,0x8f,0xef}}; /***************************************************************************** * IDirectMusicBandImpl implementation
participants (1)
-
Alexandre Julliard