Quellcode durchsuchen

weee

tags/0.6.3m2a1
Gregory Holmes vor 14 Jahren
Ursprung
Commit
7e7650a169

+ 0
- 7
src/com/dmdirc/addons/ui_dummy/DummyStatusBar.java Datei anzeigen

90
     public void removeComponent(final StatusBarComponent component) {
90
     public void removeComponent(final StatusBarComponent component) {
91
         // Do nothing
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 Datei anzeigen

115
      *
115
      *
116
      * @param component component to add
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
 }

Laden…
Abbrechen
Speichern