diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-02 15:38:44 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-02 15:38:44 +0000 |
commit | 98201cd2c21daa64ac4b7735f0583462dc63fb34 (patch) | |
tree | 744df77314ec3deb5b7dc9ff050bbc3dbdbc2807 /src/com | |
parent | 4b6b7af841cd63056a73480fef7d655b3101a721 (diff) | |
download | vaadin-framework-98201cd2c21daa64ac4b7735f0583462dc63fb34.tar.gz vaadin-framework-98201cd2c21daa64ac4b7735f0583462dc63fb34.zip |
Removed unused code and filed bug #174 instead
svn changeset:207/svn branch:toolkit
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/itmill/toolkit/ui/Upload.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/itmill/toolkit/ui/Upload.java b/src/com/itmill/toolkit/ui/Upload.java index 06d52fe2b4..567d9b6d6a 100644 --- a/src/com/itmill/toolkit/ui/Upload.java +++ b/src/com/itmill/toolkit/ui/Upload.java @@ -142,11 +142,6 @@ public class Upload extends AbstractComponent implements Component.Focusable { target.addUploadStreamVariable(this, "stream"); } - /** Notify all upload listeners */ - private void notifyListeners() { - // TODO This should be implemented and called - } - /** Interface that must be implemented by the upload receivers. * @author IT Mill Ltd. * @version @VERSION@ |