Skip to content

Commit

Permalink
ref - Cleaned up code
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Mar 31, 2024
1 parent 4fe93f3 commit e83e1ba
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion VisualCard/Parsers/VcardParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Xml;
using Textify.General;
using VisualCard.Exceptions;
using VisualCard.Parts;
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Comparers/PartComparison.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 System.Collections.Generic;
using System.Linq;
using VisualCard.Parts.Enums;
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/AgentInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using Textify.General;
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/AnniversaryInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using VisualCard.Parsers;
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/BirthDateInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using VisualCard.Parsers;
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/CategoryInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/EmailInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.Mail;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/GeoInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/ImppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/LabelAddressInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/LangInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using VisualCard.Parsers;

namespace VisualCard.Parts.Implementations
Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/LogoInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using VisualCard.Parsers;

namespace VisualCard.Parts.Implementations
Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/NicknameInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/OrganizationInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/PhotoInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using VisualCard.Parsers;

namespace VisualCard.Parts.Implementations
Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/RevisionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
//

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using VisualCard.Parsers;

namespace VisualCard.Parts.Implementations
Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/RoleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/SoundInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using VisualCard.Parsers;

namespace VisualCard.Parts.Implementations
Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/TelephoneInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
2 changes: 0 additions & 2 deletions VisualCard/Parts/Implementations/TimeDateZoneInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/TitleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text.RegularExpressions;
using VisualCard.Parsers;

Expand Down
1 change: 0 additions & 1 deletion VisualCard/Parts/Implementations/XmlInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Xml;
using VisualCard.Parsers;

Expand Down

0 comments on commit e83e1ba

Please sign in to comment.