summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/demo/themes/ReindeerThemeStyles.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java
index 92b0c9523e..e772802637 100644
--- a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java
+++ b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java
@@ -3,7 +3,6 @@ package com.vaadin.demo.themes;
import java.util.Date;
import com.vaadin.Application;
-import com.vaadin.terminal.ThemeResource;
import com.vaadin.ui.AbstractSelect;
import com.vaadin.ui.Button;
import com.vaadin.ui.ComboBox;
@@ -149,7 +148,6 @@ public class ReindeerThemeStyles extends Application {
b = new Button("Normal");
hl.addComponent(b);
- b.setIcon(new ThemeResource("../runo/icons/16/document.png"));
b = new Button("Disabled");
b.setEnabled(false);