From 03fa2322113548b82e98af589af8ca61651c280a Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 15 Sep 2005 03:01:50 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=8024 --- checkin_notes | 1 + clientgui/MainFrame.cpp | 1 - clientgui/Makefile.am | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index b9955002d4..fdf5df4ff0 100755 --- a/checkin_notes +++ b/checkin_notes @@ -11782,6 +11782,7 @@ Rom 14 Sept 2005 client/ http_curl.C clientgui/ + DlgAccountManagerSignup.cpp, .h (Removed) WizAttachAccountManager.cpp, .h WizAttachProject.cpp lib/ diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index cfcc3dae28..5d3898098e 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -35,7 +35,6 @@ #include "ViewResources.h" #include "DlgAbout.h" #include "DlgOptions.h" -#include "DlgAccountManagerSignup.h" #include "DlgAccountManagerStatus.h" #include "DlgDialupCredentials.h" #include "DlgSelectComputer.h" diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 54dc552003..15e9f9f767 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -27,7 +27,6 @@ boinc_gui_SOURCES = \ BOINCTaskBar.cpp \ BOINCTaskCtrl.cpp \ DlgAbout.cpp \ - DlgAccountManagerSignup.cpp \ DlgAccountManagerStatus.cpp \ DlgDialupCredentials.cpp \ DlgOptions.cpp \