X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/ui/FileSelectionDialog.java b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/ui/FileSelectionDialog.java index 26f7b68..98a844e 100644 --- a/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/ui/FileSelectionDialog.java +++ b/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/ui/FileSelectionDialog.java @@ -84,13 +84,13 @@ public class FileSelectionDialog extends MessageDialog { * if true, case is ignored. If the pattern argument is * null, this argument is ignored. */ - public void setFileFilter(String pattern, boolean ignoreCase) { - if (pattern != null) { - stringMatcher = new StringMatcher(pattern, ignoreCase, false); - } else { - stringMatcher = null; - } - } +// public void setFileFilter(String pattern, boolean ignoreCase) { +// if (pattern != null) { +// stringMatcher = new StringMatcher(pattern, ignoreCase, false); +// } else { +// stringMatcher = null; +// } +// } /* * (non-Javadoc) Method declared in Window.