mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Cosmetics.
This commit is contained in:
parent
b54140929c
commit
3d42e07c38
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.internal.ui.viewsupport;
|
package org.eclipse.cdt.internal.ui.viewsupport;
|
||||||
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.jface.preference.JFacePreferences;
|
import org.eclipse.jface.preference.JFacePreferences;
|
||||||
import org.eclipse.jface.resource.JFaceResources;
|
import org.eclipse.jface.resource.JFaceResources;
|
||||||
|
@ -48,7 +47,6 @@ public class ExcludedFileDecorator implements ILightweightLabelDecorator {
|
||||||
isSource = true;
|
isSource = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
// Only bother to mark items that would be included otherwise
|
// Only bother to mark items that would be included otherwise
|
||||||
if (isSource && CDataUtil.isExcluded(resource.getFullPath(), entries)) {
|
if (isSource && CDataUtil.isExcluded(resource.getFullPath(), entries)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue