Removed redundant default value

This commit is contained in:
Thorsten Sommer 2026-03-14 12:45:48 +01:00
parent 3a8aedbf5b
commit 403c8461c1
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -176,7 +176,7 @@ public partial class SlideAssistant : AssistantBaseCore<SettingsDialogSlideBuild
private int numberOfSheets; private int numberOfSheets;
private int numberOfBulletPoints; private int numberOfBulletPoints;
private int timeSpecification; private int timeSpecification;
private int calculatedNumberOfSlides = 0; private int calculatedNumberOfSlides;
private string importantAspects = string.Empty; private string importantAspects = string.Empty;
private HashSet<FileAttachment> loadedDocumentPaths = []; private HashSet<FileAttachment> loadedDocumentPaths = [];