1
0
Fork 0
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:
Ted Williams 2007-03-14 07:23:45 +00:00
parent d4992c3d08
commit 3e9c29b573

View file

@ -200,9 +200,6 @@ public class TextPane extends AbstractPane
{
super.paint(pe);
IMemoryBlockExtension memoryBlock = fRendering.getMemoryBlock();
// FIXME what if it is null?
GC gc = pe.gc;
gc.setFont(fRendering.getFont());