From a1dc24bab14a1d7f4a86a6e267828c390cbfc6e2 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 4 Nov 2000 03:53:19 +0000 Subject: [PATCH] Another // comment --- WINGs/wtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 8bd78037..b867f2ab 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -3603,7 +3603,7 @@ WMSetTextIgnoresNewline(WMText *tPtr, Bool ignore) { if (!tPtr) return; - // tPtr->flags.ignoreNewLine = ignore; + /* tPtr->flags.ignoreNewLine = ignore;*/ } Bool