Skip to content

Commit

Permalink
Disable more unused source code files
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Nov 3, 2019
1 parent 3820886 commit 7d4bcab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Utilities/Files/CSV.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#if false

namespace Utilities.Files
{
public class CSV
Expand All @@ -9,3 +11,5 @@ public static string[] splitAtCommas(string source)
}
}
}

#endif
6 changes: 5 additions & 1 deletion Utilities/PDF/GhostscriptTools/Ghostscript.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.Diagnostics;
#if false

using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Media.Imaging;
Expand Down Expand Up @@ -68,3 +70,5 @@ public static Bitmap RenderPage_AsBitmap(string pdf_filename, int page_number, i
}
}
}

#endif
6 changes: 5 additions & 1 deletion Utilities/PDF/GhostscriptTools/GhostscriptBinaries.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System;
#if false

using System;
using System.Diagnostics;
using System.IO;
using Utilities.ProcessTools;
Expand Down Expand Up @@ -148,3 +150,5 @@ public static Process StartGhostscriptProcess(string ghostscript_parameters, Pro
}
}
}

#endif

0 comments on commit 7d4bcab

Please sign in to comment.