X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java deleted file mode 100644 index 137cd08..0000000 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/viewsupport/IViewPartInputProvider.java +++ /dev/null @@ -1,15 +0,0 @@ -package net.sourceforge.phpdt.internal.ui.viewsupport; - -/** - * Interface common to all view parts that provide an input. - */ -public interface IViewPartInputProvider { - - /** - * Returns the input. - * - * @return the input object - */ - public Object getViewPartInput(); - -}