summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lwlib/lwlib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c
index f24dd778ca5..981c92e5686 100644
--- a/lwlib/lwlib.c
+++ b/lwlib/lwlib.c
@@ -526,9 +526,11 @@ merge_widget_value (val1, val2, level)
EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
0, 0);
change = max (change, INVISIBLE_CHANGE);
+#if 0 /* This was replaced by the August 9 1996 change in lwlib-Xm.c. */
#ifdef USE_MOTIF
change = max (merged_contents->change, change);
#endif
+#endif
}
val1->contents = merged_contents;