Browse Source

Unused method.

Change-Id: Ib6d8ab0e1eddc5a12d94c2e017cd5d866a3631b5
Reviewed-on: http://gerrit.dmdirc.com/3288
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
changes/88/3288/2
Chris Smith 10 years ago
parent
commit
33c7bf101d

+ 0
- 12
src/com/dmdirc/addons/ui_swing/SwingController.java View File

@@ -683,18 +683,6 @@ public class SwingController extends BaseCommandPlugin implements UIController {
683 683
         return pluginInfo.getMetaData().getVersion();
684 684
     }
685 685
 
686
-    /**
687
-     * Retrieves the window factory to use.
688
-     *
689
-     * @return The window factory to use.
690
-     *
691
-     * @deprecated Should be injected where needed.
692
-     */
693
-    @Deprecated
694
-    public SwingWindowFactory getWindowFactory() {
695
-        return swingManager.getWindowFactory();
696
-    }
697
-
698 686
     /**
699 687
      * Retrieves the main frame to use.
700 688
      *

+ 0
- 12
src/com/dmdirc/addons/ui_swing/SwingManager.java View File

@@ -214,18 +214,6 @@ public class SwingManager {
214 214
         return urlDialogFactory;
215 215
     }
216 216
 
217
-    /**
218
-     * Retrieves the window factory to use.
219
-     *
220
-     * @return A swing window factory instance.
221
-     *
222
-     * @deprecated Should be injected.
223
-     */
224
-    @Deprecated
225
-    public SwingWindowFactory getWindowFactory() {
226
-        return windowFactory;
227
-    }
228
-
229 217
     /**
230 218
      * Retrieves the main frame.
231 219
      *

Loading…
Cancel
Save