Remove legacy Argeo Suite based on Eclipse 4.
[gpl/argeo-suite.git] / org.argeo.suite.e4.rap / src / org / argeo / suite / e4 / rap / settings / AppsPart.java
diff --git a/org.argeo.suite.e4.rap/src/org/argeo/suite/e4/rap/settings/AppsPart.java b/org.argeo.suite.e4.rap/src/org/argeo/suite/e4/rap/settings/AppsPart.java
deleted file mode 100644 (file)
index 2f80ec8..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.argeo.suite.e4.rap.settings;
-
-import javax.annotation.PostConstruct;
-
-import org.eclipse.swt.widgets.Composite;
-
-/** Overview of the active and activable Apps. */
-public class AppsPart {
-       @PostConstruct
-       public void createUi(Composite parent) {
-
-       }
-}