summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java')
-rw-r--r--src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java b/src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java
deleted file mode 100644
index 7d1f75f833..0000000000
--- a/src/com/vaadin/shared/ui/absolutelayout/AbsoluteLayoutServerRpc.java
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
-@VaadinApache2LicenseForJavaFiles@
- */
-package com.vaadin.shared.ui.absolutelayout;
-
-import com.vaadin.shared.communication.ServerRpc;
-import com.vaadin.shared.ui.LayoutClickRpc;
-
-public interface AbsoluteLayoutServerRpc extends LayoutClickRpc, ServerRpc {
-
-} \ No newline at end of file