Skip to content

Commit 5d9961f

Browse files
committed
Fixup : testing and Fixing CI errors -
1 parent a599da7 commit 5d9961f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ public void initializeDefaultPreferences() {
5252
node.put(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE,
5353
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE);
5454
// testing and Fixing CI errors -
55-
// Deprecated but kept for backwards compatibility
56-
node.put(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE,
57-
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE);
55+
5856
// Although there is no longer any item on the preference pages
5957
// for setting the linking preference, since it is now a per-part
6058
// setting, it remains as a preference to allow product overrides of the

0 commit comments

Comments
 (0)