mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
removed warning, unused variable
This commit is contained in:
parent
d4992c3d08
commit
3e9c29b573
1 changed files with 0 additions and 3 deletions
|
@ -200,9 +200,6 @@ public class TextPane extends AbstractPane
|
||||||
{
|
{
|
||||||
super.paint(pe);
|
super.paint(pe);
|
||||||
|
|
||||||
IMemoryBlockExtension memoryBlock = fRendering.getMemoryBlock();
|
|
||||||
// FIXME what if it is null?
|
|
||||||
|
|
||||||
GC gc = pe.gc;
|
GC gc = pe.gc;
|
||||||
gc.setFont(fRendering.getFont());
|
gc.setFont(fRendering.getFont());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue