diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/N3EditFormController.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/N3EditFormController.java deleted file mode 100644 index 56a107fdf..000000000 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/controller/freemarker/N3EditFormController.java +++ /dev/null @@ -1,13 +0,0 @@ -/* $This file is distributed under the terms of the license in /doc/license.txt$ */ - -package edu.cornell.mannlib.vitro.webapp.controller.freemarker; - - -/** - * This controller is intended to place N3 editing data into the - * FM data model and output the FM template for the form. - */ -public class N3EditFormController extends FreemarkerHttpServlet{ - - //TO BE DELETED -}