diff --git a/External/DSClickableURLTextField/DSClickableURLTextField.h b/External/DSClickableURLTextField/DSClickableURLTextField.h index e123143b..02a6fdef 100644 --- a/External/DSClickableURLTextField/DSClickableURLTextField.h +++ b/External/DSClickableURLTextField/DSClickableURLTextField.h @@ -71,7 +71,7 @@ * June 26, 2022 Changes by Eitot: • Removed obsolete APIs. - * Mai 13, 2023 + * May 13, 2023 Changes by Eitot: • Moved ivar declarations from interface to implementation */ diff --git a/Vienna/Sources/Application/AppController.m b/Vienna/Sources/Application/AppController.m index 91994cf8..764856c4 100644 --- a/Vienna/Sources/Application/AppController.m +++ b/Vienna/Sources/Application/AppController.m @@ -119,7 +119,6 @@ static void *VNAAppControllerObserverContext = &VNAAppControllerObserverContext; NewGroupFolder *groupFolder; SearchPanel *searchPanel; - // Database * db; NSMutableDictionary *scriptPathMappings; NSStatusItem *appStatusItem; NSInteger lastCountOfUnread;