diff include/auth.h @ 9:ae89ce4793d8

add satellite-view.
author pyon@macmini
date Wed, 31 Oct 2018 20:10:29 +0900
parents 82f9af6aa7e4
children b651aa41b9d4
line wrap: on
line diff
--- a/include/auth.h	Tue Oct 30 17:26:02 2018 +0900
+++ b/include/auth.h	Wed Oct 31 20:10:29 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : auth.h
-// Last Change: 2018-10-29  09:11:18.
+// Last Change: 2018-10-31  11:06:01.
 //
 
 #ifndef __AUTH_H__
@@ -27,11 +27,6 @@
         wxArrayString m_users;
 	
 	protected:
-		enum {
-			ID_UID = wxID_HIGHEST + 200,
-			ID_PW,
-		};
-
 		wxStaticText* m_staticTextId;
 		wxTextCtrl*   m_textCtrlId;
 		wxStaticText* m_staticTextIdmsg;
@@ -47,7 +42,6 @@
 
 		void SetServer( wxString server ) { m_server = server; };
         void CreateControls( void );
-		//bool GetDB( void );
 		bool LoadDB( void );
 		bool IsValidUser( void );
 		wxString GetUser( void ) { return m_user; };