Browse Source

Variable unused by 475c4c4b

Source commit: 83d1cd2b5ebc4c360f8c8a0e80d4a7fc4766b3db
Martin Prikryl 3 years ago
parent
commit
cde976c012
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/forms/Login.cpp

+ 0 - 1
source/forms/Login.cpp

@@ -1194,7 +1194,6 @@ void __fastcall TLoginDialog::AboutActionExecute(TObject * /*Sender*/)
 void __fastcall TLoginDialog::ActionListUpdate(TBasicAction * BasicAction,
       bool &Handled)
 {
-  bool NewSiteSelected = IsNewSiteNode(SessionTree->Selected);
   bool SiteSelected = IsSiteNode(SessionTree->Selected);
   bool FolderOrWorkspaceSelected = IsFolderOrWorkspaceNode(SessionTree->Selected);
   bool WorkspaceSelected = IsWorkspaceNode(SessionTree->Selected);