1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Reverted an accidentally submitted change.

This commit is contained in:
Sergey Prigogin 2011-04-25 19:29:01 +00:00
parent 0d20c954e0
commit e6291e80c0

View file

@ -116,10 +116,9 @@ public class NewClassCreationWizardPage extends NewElementWizardPage {
protected static final int METHOD_STUBS_ID = 16;
protected static final int HEADER_FILE_ID = 32;
protected static final int SOURCE_FILE_ID = 64;
// protected static final int TEST_FILE_ID = 128; XXX
protected static final int ALL_FIELDS = SOURCE_FOLDER_ID | NAMESPACE_ID
| CLASS_NAME_ID | BASE_CLASSES_ID | METHOD_STUBS_ID
| HEADER_FILE_ID | SOURCE_FILE_ID/* | TEST_FILE_ID*/;
| HEADER_FILE_ID | SOURCE_FILE_ID;
protected int fLastFocusedField = 0;
protected StringButtonDialogField fSourceFolderDialogField;
@ -131,7 +130,6 @@ public class NewClassCreationWizardPage extends NewElementWizardPage {
protected SelectionButtonDialogField fUseDefaultSelection;
protected StringButtonDialogField fHeaderFileDialogField;
protected StringButtonDialogField fSourceFileDialogField;
// protected StringButtonDialogField fTestFileDialogField; XXX
protected IStatus fSourceFolderStatus;
protected IStatus fNamespaceStatus;