From 1111d57ea4bd776f6ac4fdcb5b6420d347c6fc3a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 15 Aug 2008 07:17:18 +0000 Subject: [PATCH] MGR: async GUI RPCs: Merge GUI RPC code from private workspace into trunk. svn path=/trunk/boinc/; revision=15851 --- clientgui/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 54c7f261ed..fc2e75122d 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -44,8 +44,6 @@ boinc_gui_SOURCES = \ BOINCListCtrl.cpp \ BOINCTaskBar.cpp \ BOINCTaskCtrl.cpp \ - BOINCGridCtrl.cpp \ - BOINCGridCtrl.h \ browser.C \ CompletionErrorPage.cpp \ CompletionPage.cpp \ @@ -89,15 +87,11 @@ boinc_gui_SOURCES = \ ValidateEmailAddress.cpp \ ValidateURL.cpp \ ViewMessages.cpp \ - ViewMessagesGrid.cpp \ ViewProjects.cpp \ - ViewProjectsGrid.cpp \ ViewResources.cpp \ ViewStatistics.cpp \ ViewTransfers.cpp \ - ViewTransfersGrid.cpp \ ViewWork.cpp \ - ViewWorkGrid.cpp \ WelcomePage.cpp \ WizardAccountManager.cpp \ WizardAttachProject.cpp \