X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/dnd/JdtViewerDropAdapter.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/dnd/JdtViewerDropAdapter.java index 571857a..3840bc5 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/dnd/JdtViewerDropAdapter.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/dnd/JdtViewerDropAdapter.java @@ -97,16 +97,16 @@ public class JdtViewerDropAdapter implements DropTargetListener { * true if the drop adapter is supposed to show * insertion feedback. Otherwise false */ - public void showInsertionFeedback(boolean showInsertionFeedback) { - fShowInsertionFeedback = showInsertionFeedback; - } +// public void showInsertionFeedback(boolean showInsertionFeedback) { +// fShowInsertionFeedback = showInsertionFeedback; +// } /** * Returns the viewer this adapter is working on. */ - protected StructuredViewer getViewer() { - return fViewer; - } +// protected StructuredViewer getViewer() { +// return fViewer; +// } // ---- Hooks to override // -----------------------------------------------------