summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 13:03:06 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-05-28 13:03:06 +0000
commit96efde09db23fa3510705ce12b5ea52cd81e70ce (patch)
tree1867157a8ed0477ea1020d7b76f84cb6bbf3694a
parent1c6c31640137776d48e344409f6f3e51e411c574 (diff)
downloadvaadin-framework-96efde09db23fa3510705ce12b5ea52cd81e70ce.tar.gz
vaadin-framework-96efde09db23fa3510705ce12b5ea52cd81e70ce.zip
Removed icon from Reindeer theme style demo.
svn changeset:8064/svn branch:6.0
-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);