Skip to content

Commit 30ddebf

Browse files
committed
Try to check changes again
1 parent 6200056 commit 30ddebf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/progress/ProgressInfoItem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ public boolean changed(IEclipseContext context) {
10101010
/*
10111011
* Check if the current theme of the workspace is a dark theme. If it is, returns true.
10121012
*/
1013-
10141013
private boolean isDarkThemeSelected() {
10151014
IThemeEngine engine = PlatformUI.getWorkbench().getService(IThemeEngine.class);
10161015
if (engine != null) {

0 commit comments

Comments
 (0)