Remove unused override in RenderSourceFileHandler

This commit is contained in:
James Seibel
2024-03-10 21:16:03 -05:00
parent b49988af9e
commit 5f8eceee8d
2 changed files with 2 additions and 11 deletions
@@ -670,6 +670,8 @@ public class NewFullDataSource implements IDataSource<IDhLevel>
}
}
//============//
// deprecated //
//============//
@@ -67,17 +67,6 @@ public class RenderSourceFileHandler extends AbstractLegacyDataSourceHandler<Col
//===========//
// overrides //
//===========//
@Override
public ColumnRenderSource get(DhSectionPos pos)
{
return super.get(pos);
}
//====================//
// Abstract overrides //
//====================//