Skip to content

Commit

Permalink
Remove unused usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Sep 28, 2023
1 parent d08f3aa commit 55683b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
1 change: 0 additions & 1 deletion dotnet/src/dotnetcore/GxPdfReportsCS/PDFReportItext8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

namespace GeneXus.Printer
{

public class GxReportBuilderPdf8 : GxReportBuilderPdf
{
static ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
Expand Down
29 changes: 8 additions & 21 deletions dotnet/src/dotnetframework/GxPdfReportsCS/PDFReportItext4.cs
Original file line number Diff line number Diff line change
@@ -1,29 +1,16 @@
using System;

using System.IO;
using System.Collections;
using System.Threading;
using System.Text;
using Microsoft.Win32;
using System.Runtime.InteropServices;
using System.Globalization;

using System.util;
using System.Diagnostics;
using log4net;
using iTextSharp.text.pdf;
using iTextSharp.text;

using GeneXus.Printer;
using iTextSharp.text.html.simpleparser;
using System.Collections.Generic;
using System.Security;
using GeneXus;
using GeneXus.Utils;
using System.Globalization;
using System.IO;
using System.Reflection;
using GeneXus.Metadata;
using com.genexus.reports;
using GeneXus;
using GeneXus.Configuration;
using GeneXus.Metadata;
using iTextSharp.text;
using iTextSharp.text.html.simpleparser;
using iTextSharp.text.pdf;
using log4net;

namespace com.genexus.reports
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.IO;
using log4net;

Expand Down

0 comments on commit 55683b4

Please sign in to comment.