Simplify project structure
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / src / org / argeo / docbook / ui / CustomDbkEditor.java
diff --git a/publishing/org.argeo.publishing.ui/src/org/argeo/docbook/ui/CustomDbkEditor.java b/publishing/org.argeo.publishing.ui/src/org/argeo/docbook/ui/CustomDbkEditor.java
deleted file mode 100644 (file)
index 561b1e1..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-package org.argeo.docbook.ui;
-
-import javax.jcr.Node;
-
-import org.argeo.cms.ui.CmsEditable;
-import org.argeo.cms.ui.viewers.Section;
-import org.eclipse.swt.widgets.Composite;
-
-/**
- * Manages hardcoded sections as an arbitrary hierarchy under the main section,
- * which contains no text and no title.
- */
-public class CustomDbkEditor extends AbstractDbkViewer {
-       private static final long serialVersionUID = 656302500183820802L;
-
-       public CustomDbkEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
-               this(new Section(parent, style, textNode), style, cmsEditable);
-       }
-
-       public CustomDbkEditor(Section parent, int style, CmsEditable cmsEditable) {
-               super(parent, style, cmsEditable);
-       }
-}