diff src/auth.cpp @ 9:ae89ce4793d8

add satellite-view.
author pyon@macmini
date Wed, 31 Oct 2018 20:10:29 +0900
parents 82f9af6aa7e4
children
line wrap: on
line diff
--- a/src/auth.cpp	Tue Oct 30 17:26:02 2018 +0900
+++ b/src/auth.cpp	Wed Oct 31 20:10:29 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : auth.cpp
-// Last Change: 2018-10-29 月 09:09:57.
+// Last Change: 2018-10-31 水 10:57:25.
 //
 
 #include "id.h"
@@ -118,17 +118,6 @@
     m_textCtrlId->SetFocus();
 }
 
-/*
-bool AuthDialog::GetDB( void )
-{   // http get ( auth.db, hhs.db, index.db )
-	wxArrayString args;
-	args.Add( wxT( "client.exe" ) );
-	args.Add( wxT( "-u" ) );
-	args.Add( m_server );
-	wxExecute( wxJoin( args, ' ', '\\' ), wxEXEC_SYNC|wxEXEC_HIDE_CONSOLE );
-}
-*/
-
 bool AuthDialog::LoadDB( void )
 {
 	wxTextFile file;