From cbdd19e29cfc6edc6bdc44dec2eeda0b51cdb939 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Wed, 24 May 2017 21:55:07 +0000 Subject: [PATCH] Remove unnecessary files --- pdf/annotator/annotator.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 pdf/annotator/annotator.go diff --git a/pdf/annotator/annotator.go b/pdf/annotator/annotator.go deleted file mode 100644 index a990d333..00000000 --- a/pdf/annotator/annotator.go +++ /dev/null @@ -1,17 +0,0 @@ -/* - * This file is subject to the terms and conditions defined in - * file 'LICENSE.md', which is part of this source code package. - */ - -package annotator - -import ( - pdfcore "github.com/unidoc/unidoc/pdf/core" - pdf "github.com/unidoc/unidoc/pdf/model" -) - - - - - -