Browse Source

Fixes issue 3850

In a similar vein to the addon browser fix, remove some NOOPd methods doesn't
overly impact CPU usage, makes the seperators show.

Change-Id: I046414cd6e1573a82f808015caa77df793aef7bb
Reviewed-on: http://gerrit.dmdirc.com/962
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.4
Greboid 14 years ago
parent
commit
0be4c3d498

+ 0
- 10
src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicLabel.java View File

@@ -168,16 +168,6 @@ public class TopicLabel extends JPanel {
168 168
         }
169 169
     }
170 170
 
171
-    /** {@inheritDoc} */
172
-    @Override
173
-    public void invalidate() {
174
-    }
175
-
176
-    /** {@inheritDoc} */
177
-    @Override
178
-    public void revalidate() {
179
-    }
180
-
181 171
     /** {@inheritDoc} */
182 172
     @Override
183 173
     public void repaint() {

Loading…
Cancel
Save