Skip to content

Commit f06eae2

Browse files
committed
Clean up using statements
1 parent e36bd19 commit f06eae2

24 files changed

+9
-90
lines changed

QRCoder/PayloadGenerator/BezahlCode.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System;
22
using System.Text.RegularExpressions;
3-
#if NETSTANDARD1_3
4-
using System.Reflection;
5-
#endif
63

74
namespace QRCoder
85
{

QRCoder/PayloadGenerator/BitcoinAddress.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NETSTANDARD1_3
2-
using System.Reflection;
3-
#endif
4-
5-
namespace QRCoder
1+
namespace QRCoder
62
{
73
public static partial class PayloadGenerator
84
{

QRCoder/PayloadGenerator/BitcoinCashAddress.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NETSTANDARD1_3
2-
using System.Reflection;
3-
#endif
4-
5-
namespace QRCoder
1+
namespace QRCoder
62
{
73
public static partial class PayloadGenerator
84
{

QRCoder/PayloadGenerator/BitcoinLikeCryptoCurrencyAddress.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Globalization;
5-
#if NETSTANDARD1_3
6-
using System.Reflection;
7-
#endif
85

96
namespace QRCoder
107
{

QRCoder/PayloadGenerator/Bookmark.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NETSTANDARD1_3
2-
using System.Reflection;
3-
#endif
4-
5-
namespace QRCoder
1+
namespace QRCoder
62
{
73
public static partial class PayloadGenerator
84
{

QRCoder/PayloadGenerator/CalendarEvent.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
#if NETSTANDARD1_3
3-
using System.Reflection;
4-
#endif
52

63
namespace QRCoder
74
{

QRCoder/PayloadGenerator/ContactData.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
#if NETSTANDARD1_3
3-
using System.Reflection;
4-
#endif
52

63
namespace QRCoder
74
{

QRCoder/PayloadGenerator/Geolocation.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NETSTANDARD1_3
2-
using System.Reflection;
3-
#endif
4-
5-
namespace QRCoder
1+
namespace QRCoder
62
{
73
public static partial class PayloadGenerator
84
{

QRCoder/PayloadGenerator/Girocode.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
using System;
2-
#if NETSTANDARD1_3
3-
using System.Reflection;
4-
#endif
52

63
namespace QRCoder
74
{

QRCoder/PayloadGenerator/LitecoinAddress.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NETSTANDARD1_3
2-
using System.Reflection;
3-
#endif
4-
5-
namespace QRCoder
1+
namespace QRCoder
62
{
73
public static partial class PayloadGenerator
84
{

0 commit comments

Comments
 (0)