=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wineboot: Remove unused macro.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 5 10:30:27 CDT 2015


Module: wine
Branch: master
Commit: 645ffcbdd3921324634b8469ab33e510baf811a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=645ffcbdd3921324634b8469ab33e510baf811a9

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat Oct  3 20:24:01 2015 +0200

wineboot: Remove unused macro.

Signed-off-by: André Hentschel <nerv at dawncrow.de>

---

 programs/wineboot/wineboot.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index cf0c741..1477287 100644
--- a/programs/wineboot/wineboot.c
+++ b/programs/wineboot/wineboot.c
@@ -85,8 +85,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(wineboot);
 
-#define MAX_LINE_LENGTH (2*MAX_PATH+2)
-
 extern BOOL shutdown_close_windows( BOOL force );
 extern BOOL shutdown_all_desktops( BOOL force );
 extern void kill_processes( BOOL kill_desktop );




More information about the wine-cvs mailing list