Split CMS and CMS UI
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / CmsView.java
index 8b56c137b99cab9ac35b0c64cdb3d419a4659c27..75cefd1c03687aad342dbc26159c465703427484 100644 (file)
@@ -3,8 +3,6 @@ package org.argeo.cms;
 import javax.security.auth.Subject;
 import javax.security.auth.login.LoginContext;
 
-import org.argeo.cms.ui.UxContext;
-
 /** Provides interaction with the CMS system. UNSTABLE API at this stage. */
 public interface CmsView {
        public final static String KEY = "org.argeo.cms.view";