From b3e391767bd21e1e770086aa00e1d716fe3ed429 Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Sat, 31 Oct 1998 20:32:04 +0000 Subject: [PATCH] fix the broken Makefile.in --- widget/src/gtk/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/widget/src/gtk/Makefile.in b/widget/src/gtk/Makefile.in index d286df73fac8..554f9af74ade 100644 --- a/widget/src/gtk/Makefile.in +++ b/widget/src/gtk/Makefile.in @@ -55,7 +55,6 @@ CPPSRCS= \ nsFileWidget.cpp \ nsMenuItem.cpp \ nsToolkit.cpp \ - nsGtkManageWidget.c \ nsGtkEventHandler.cpp \ nsRadioButton.cpp \ nsWindow.cpp @@ -78,7 +77,6 @@ CPP_OBJS= \ nsFileWidget.o \ nsMenuItem.o \ nsToolkit.o \ - nsGtkManageWidget.o \ nsGtkEventHandler.o \ nsRadioButton.o \ nsWindow.o \