1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Warning clean-up.

This commit is contained in:
Mikhail Khodjaiants 2004-06-08 15:35:13 +00:00
parent 5751ec8237
commit 2f8f528a15
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-06-08 Mikhail Khodjaiants
Warning clean-up.
* DebugTextHover.java
2004-06-03 Mikhail Khodjaiants
Added new images for the "Auto-Refresh" and "Refresh" actions.
* icons/full/dlcl16/auto_refresh_co.gif

View file

@ -33,7 +33,6 @@ import org.eclipse.ui.IEditorPart;
public class DebugTextHover implements ICEditorTextHover
{
static final private int MAX_HOVER_INFO_SIZE = 100;
private IEditorPart fEditor;
/**
* Constructor for DebugTextHover.
@ -210,6 +209,5 @@ public class DebugTextHover implements ICEditorTextHover
* @see org.eclipse.cdt.ui.text.c.hover.ICEditorTextHover#setEditor(org.eclipse.ui.IEditorPart)
*/
public void setEditor(IEditorPart editor) {
fEditor = editor;
}
}