Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Removed commented out code in frmPreferences
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 9 Mar 2016 22:27:38 +0000 (22:27 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 9 Mar 2016 22:27:38 +0000 (22:27 +0000)
source/frmPreferences.cpp

index 716fc7a..b12e712 100644 (file)
@@ -329,21 +329,6 @@ void frmPreferences::ReloadAccounts(){
        accountscol2.SetWidth(96);
        lstAccounts->InsertColumn(2,accountscol2);
     
-    /*accountscol1.SetId(1);
-    accountscol1.SetText(_(""));
-    accountscol1.SetWidth(32);
-    lstAccounts->InsertColumn(1,accountscol1);
-    
-    accountscol2.SetId(2);
-    accountscol2.SetText(_("Name"));
-    accountscol2.SetWidth(224);    
-    lstAccounts->InsertColumn(2,accountscol2);
-    
-    accountscol3.SetId(3);
-    accountscol3.SetText(_("Type"));
-    accountscol3.SetWidth(96);
-    lstAccounts->InsertColumn(3,accountscol3);*/
-    
        wxString AccType;
     
        for (int i = 0; i < preferences->accounts.GetCount() ; i++){
@@ -360,18 +345,11 @@ void frmPreferences::ReloadAccounts(){
                        col0.SetImage(AccountID);
        
                }
-    
-               //col0.SetText( wxString::Format(wxT("%i"),i) );
-               //col0.SetText(preferences.accounts.GetAccountName(i));
        
                long itemindex = lstAccounts->InsertItem( col0 );
        
-               //AccType = preferences.accounts.GetAccountType(i);
-               //AccType.Trim();
-       
                lstAccounts->SetItem(itemindex, 1, preferences->accounts.GetAccountName(i));
                lstAccounts->SetItem(itemindex, 2, preferences->accounts.GetAccountType(i));
-               //lstAccounts->SetItem(itemindex, 3, AccType);
        
        }
     
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy