Move JCR to another repository
[lgpl/argeo-commons.git] / jcr / org.argeo.cms.jcr.ui / src / org / argeo / cms / ui / viewers / SectionPart.java
diff --git a/jcr/org.argeo.cms.jcr.ui/src/org/argeo/cms/ui/viewers/SectionPart.java b/jcr/org.argeo.cms.jcr.ui/src/org/argeo/cms/ui/viewers/SectionPart.java
deleted file mode 100644 (file)
index 4278c83..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.argeo.cms.ui.viewers;
-
-import org.argeo.cms.swt.SwtEditablePart;
-
-/** An editable part dynamically related to a Section */
-public interface SectionPart extends SwtEditablePart, NodePart {
-       public String getPartId();
-
-       public Section getSection();
-}