Skip to content

Commit

Permalink
ref - Code cleanup
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 3, 2024
1 parent 59bf874 commit e93c523
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions VisualCard.Calendar/Parsers/VCalendarParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using Textify.General;
using VisualCard.Calendar.Parts;
using VisualCard.Calendar.Parts.Enums;
using VisualCard.Calendar.Exceptions;
Expand Down
1 change: 0 additions & 1 deletion VisualCard.Calendar/Parts/CalendarBuilderTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//

using System;
using VisualCard.Calendar.Parts.Implementations;
using VisualCard.Parts;

Expand Down
2 changes: 1 addition & 1 deletion VisualCard/Parsers/VcardCommonTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ internal static CardKind GetKindEnum(string kind) =>
internal static string ConstructBlocks((int, string)[] cardContent, ref int i)
{
StringBuilder valueBuilder = new();
bool constructing = false;
bool constructing;
int idx;
for (idx = i; idx < cardContent.Length; idx++)
{
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parsers/VcardParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
using System.IO;
using System.Linq;
using System.Text;
using Textify.General;
using VisualCard.Exceptions;
using VisualCard.Parsers.Arguments;
using VisualCard.Parts;
Expand Down

0 comments on commit e93c523

Please sign in to comment.