summaryrefslogtreecommitdiff
path: root/javax/swing/text/html/ListView.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/text/html/ListView.java')
-rw-r--r--javax/swing/text/html/ListView.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/javax/swing/text/html/ListView.java b/javax/swing/text/html/ListView.java
index c07d3598c..3e809bbd2 100644
--- a/javax/swing/text/html/ListView.java
+++ b/javax/swing/text/html/ListView.java
@@ -94,9 +94,6 @@ public class ListView
public void paint(Graphics g, Shape allocation)
{
super.paint(g, allocation);
- // FIXME: Why is this overridden? I think that painting would be done
- // by the superclass and the stylesheet... Maybe find out when this
- // stuff is implemented properly.
}
/**