1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

Bug 322671 - CMainTab duplicates CAbstractMainTab members

This commit is contained in:
Mikhail Khodjaiants 2010-08-13 16:12:03 +00:00
parent 183bbf1878
commit cb668b62b8

View file

@ -73,14 +73,6 @@ public class CMainTab extends CAbstractMainTab {
*/
public static final String TAB_ID = "org.eclipse.cdt.cdi.launch.mainTab"; //$NON-NLS-1$
// Core file UI widgets
/** @since 6.0 */
protected Label fCoreLabel;
/** @since 6.0 */
protected Text fCoreText;
/** @since 6.0 */
protected Button fCoreButton;
private final boolean fWantsTerminalOption;
protected Button fTerminalButton;