From 488c6e952eeee31a739a83aab3e8485cfb135ac3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Jul 2005 06:04:38 +0000 Subject: [PATCH] remove ScreenBranch --- stepmania/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index a7cd13dffd..a8ba0081b1 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -23,7 +23,7 @@ $(srcdir)/libresample/libresample.a: Screens = \ Screen.cpp Screen.h ScreenAttract.cpp ScreenAttract.h \ -ScreenBookkeeping.cpp ScreenBookkeeping.h ScreenBranch.cpp ScreenBranch.h \ +ScreenBookkeeping.cpp ScreenBookkeeping.h \ ScreenCenterImage.cpp ScreenCenterImage.h ScreenCredits.cpp ScreenCredits.h \ ScreenCourseManager.cpp ScreenCourseManager.h \ ScreenDebugOverlay.cpp ScreenDebugOverlay.h \