aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-rw-r--r--server/src/com/vaadin/ui/themes/BaseTheme.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/server/src/com/vaadin/ui/themes/BaseTheme.java b/server/src/com/vaadin/ui/themes/BaseTheme.java
index 9148dd063c..8ad1755e93 100644
--- a/server/src/com/vaadin/ui/themes/BaseTheme.java
+++ b/server/src/com/vaadin/ui/themes/BaseTheme.java
@@ -55,15 +55,4 @@ public class BaseTheme {
* overflow.
*/
public static final String CLIP = "v-clip";
-
- /**
- * Added to all UI components
- */
- public static final String UI_WIDGET = "v-widget";
-
- /**
- * Added to all layouts to denote they are layouts
- */
- public static final String UI_LAYOUT = "v-layout";
-
} \ No newline at end of file