Skip to content

Commit 77780b5

Browse files
elsazacvogella
authored andcommitted
The loadFilePatternDefaults() method has been commented out since 2006
and is no longer referenced or used. Hence Removing it.
1 parent d0ffa3e commit 77780b5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bundles/org.eclipse.search/search/org/eclipse/search/internal/ui/text/TextSearchPage.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -643,13 +643,6 @@ private boolean initializePatternControl() {
643643
return false;
644644
}
645645

646-
// private void loadFilePatternDefaults() {
647-
// SearchMatchInformationProviderRegistry registry= SearchPlugin.getDefault().getSearchMatchInformationProviderRegistry();
648-
// String[] defaults= registry.getDefaultFilePatterns();
649-
// fExtensions.setItems(defaults);
650-
// fExtensions.setText(defaults[0]);
651-
// }
652-
653646
private String insertEscapeChars(String text) {
654647
if (text == null || text.equals("")) { //$NON-NLS-1$
655648
return ""; //$NON-NLS-1$

0 commit comments

Comments
 (0)