Gregory Holmes 14 роки тому
джерело
коміт
7e7650a169

+ 0
- 7
src/com/dmdirc/addons/ui_dummy/DummyStatusBar.java Переглянути файл

@@ -90,11 +90,4 @@ public final class DummyStatusBar implements StatusBar {
90 90
     public void removeComponent(final StatusBarComponent component) {
91 91
         // Do nothing
92 92
     }
93
-
94
-    /** {@inheritDoc} */
95
-    @Override
96
-    public boolean isVisible() {
97
-        return true;
98
-    }
99
-
100 93
 }

+ 1
- 9
src/com/dmdirc/ui/interfaces/StatusBar.java Переглянути файл

@@ -115,13 +115,5 @@ public interface StatusBar {
115 115
      *
116 116
      * @param component component to add
117 117
      */
118
-    void removeComponent(final StatusBarComponent component);
119
-    
120
-    /**
121
-     * Returns true if the status bar is visible.
122
-     *
123
-     * @return true iff the status bar is visible
124
-     */
125
-    boolean isVisible();
126
-    
118
+    void removeComponent(final StatusBarComponent component);   
127 119
 }

Завантаження…
Відмінити
Зберегти