mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed warning, unused variable
This commit is contained in:
parent
b30041aff3
commit
d4992c3d08
1 changed files with 0 additions and 4 deletions
|
@ -3,7 +3,6 @@ package org.eclipse.dd.debug.memory.renderings.traditional;
|
|||
import java.math.BigInteger;
|
||||
|
||||
import org.eclipse.debug.core.DebugException;
|
||||
import org.eclipse.debug.core.model.IMemoryBlockExtension;
|
||||
import org.eclipse.debug.core.model.MemoryByte;
|
||||
import org.eclipse.swt.events.PaintEvent;
|
||||
import org.eclipse.swt.graphics.GC;
|
||||
|
@ -226,9 +225,6 @@ public class DataPane extends AbstractPane
|
|||
{
|
||||
super.paint(pe);
|
||||
|
||||
IMemoryBlockExtension memoryBlock = fRendering.getMemoryBlock();
|
||||
// TODO what if it is null?
|
||||
|
||||
GC gc = pe.gc;
|
||||
gc.setFont(fRendering.getFont());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue