1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

bug 289169: Organize build preferences under Build Settings page

This commit is contained in:
Andrew Gvozdev 2010-02-21 05:21:56 +00:00
parent 56f7fff484
commit b94f2c2a1c

View file

@ -43,7 +43,6 @@ public class PropertyPageDefsTab extends AbstractCPropertyTab {
private Button b_1; private Button b_1;
private Button b_2; private Button b_2;
private Button b_3; private Button b_3;
private Button b_4;
private Button s_0; private Button s_0;
private Button s_1; private Button s_1;
@ -158,7 +157,6 @@ public class PropertyPageDefsTab extends AbstractCPropertyTab {
b_1.setSelection(false); b_1.setSelection(false);
b_2.setSelection(false); b_2.setSelection(false);
b_3.setSelection(false); b_3.setSelection(false);
b_4.setSelection(false);
s_0.setSelection(true); s_0.setSelection(true);
s_1.setSelection(false); s_1.setSelection(false);
s_2.setSelection(false); s_2.setSelection(false);