Skip to content

Commit

Permalink
[ui] Prepare for submission to Xtext.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Oct 23, 2017
1 parent 6f3c609 commit 9b7bf2c
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -23,7 +23,6 @@

import javax.inject.Singleton;

import org.eclipse.jdt.internal.ui.JavaPluginImages;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.swt.graphics.Image;
import org.eclipse.ui.plugin.AbstractUIPlugin;
Expand All @@ -50,10 +49,6 @@ public class QualifiedPluginImageHelper extends PluginImageHelper {
* @return the descriptor.
*/
protected ImageDescriptor findImage(String name) {
final ImageDescriptor descriptor = JavaPluginImages.getDescriptor(name);
if (descriptor != null) {
return descriptor;
}
if (name != null) {
final int extIndex = name.lastIndexOf('.');
if (extIndex > 0) {
Expand Down

0 comments on commit 9b7bf2c

Please sign in to comment.