From 849c30f53609271fccfb92f845a896913acc4355 Mon Sep 17 00:00:00 2001 From: rods Date: Mon, 8 Jun 1998 21:46:55 +0000 Subject: [PATCH] disabled nsTextHelper.cpp build --- widget/src/motif/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/src/motif/Makefile b/widget/src/motif/Makefile index f9347fae7f39..e52913e2808b 100644 --- a/widget/src/motif/Makefile +++ b/widget/src/motif/Makefile @@ -44,7 +44,7 @@ EXTRA_DSO_LDOPTS+= -lXm -lXt -lX11 -lm endif CPPSRCS= \ - nsTextHelper.cpp \ +# nsTextHelper.cpp \ nsCheckButton.cpp \ nsScrollbar.cpp \ nsButton.cpp \ @@ -55,7 +55,7 @@ CPPSRCS= \ nsToolkit.cpp CPP_OBJS= \ - ./$(OBJDIR)/nsTextHelper.o \ +# ./$(OBJDIR)/nsTextHelper.o \ ./$(OBJDIR)/nsCheckButton.o \ ./$(OBJDIR)/nsButton.o \ ./$(OBJDIR)/nsScrollbar.o \