From d408262fa8f5ea4c512a1edd2f4d021cc5215f8c Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 19 Sep 2017 15:58:37 +0100 Subject: [PATCH] Remove unused class --- ts/docx/row.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ts/docx/row.ts diff --git a/ts/docx/row.ts b/ts/docx/row.ts deleted file mode 100644 index 8a49dd7320..0000000000 --- a/ts/docx/row.ts +++ /dev/null @@ -1,3 +0,0 @@ -export class Row { - -}