Skip to content

Commit 9252e32

Browse files
committed
Removed unused classes
1 parent eb0b78c commit 9252e32

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

kibom/Output.cs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,6 @@
1515

1616
namespace kibom
1717
{
18-
//class Cell
19-
//{
20-
// public int x;
21-
// public int y;
22-
23-
// public Cell(int _x, int _y)
24-
// {
25-
// x = _x;
26-
// y = _y;
27-
// }
28-
//}
29-
30-
//class CellLocations
31-
//{
32-
// public Cell Title;
33-
// public Cell DocumentNumber;
34-
// public Cell Date;
35-
// public Cell Timestamp;
36-
// public Cell
37-
//}
38-
3918
class Output
4019
{
4120
public static void OutputXLSX(List<DesignatorGroup> groups, HeaderBlock header, string file, string template)

0 commit comments

Comments
 (0)