aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-01-30 08:58:36 +0200
committerLeif Åstrand <leif@vaadin.com>2012-01-30 08:59:32 +0200
commitc34f2b73a7760dad603c977aa80c63f6a1e7c39a (patch)
tree9da157d9751e12aadbea66a0b496e75f06a79195 /src/com/vaadin/terminal/gwt/client/ComponentDetail.java
parent09b65b226147bb7d0d6eb4d99305288591c18d69 (diff)
downloadvaadin-framework-c34f2b73a7760dad603c977aa80c63f6a1e7c39a.tar.gz
vaadin-framework-c34f2b73a7760dad603c977aa80c63f6a1e7c39a.zip
Initial removal of %-conversions, many components need fixes (#8312)
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/ComponentDetail.java')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ComponentDetail.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ComponentDetail.java b/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
index 8e4e13aa1c..04e990ddea 100644
--- a/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
+++ b/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
@@ -6,7 +6,6 @@ package com.vaadin.terminal.gwt.client;
import java.util.HashMap;
import com.google.gwt.core.client.JsArrayString;
-import com.vaadin.terminal.gwt.client.RenderInformation.FloatSize;
import com.vaadin.terminal.gwt.client.RenderInformation.Size;
class ComponentDetail {
@@ -44,24 +43,10 @@ class ComponentDetail {
this.tooltipInfo = tooltipInfo;
}
- private FloatSize relativeSize;
private Size offsetSize;
private HashMap<Object, TooltipInfo> additionalTooltips;
/**
- * @return the relativeSize
- */
- FloatSize getRelativeSize() {
- return relativeSize;
- }
-
- /**
- * @param relativeSize
- * the relativeSize to set
- */
- void setRelativeSize(FloatSize relativeSize) {
- this.relativeSize = relativeSize;
- }
/**
* @return the offsetSize