removed unused private methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / src / net / sourceforge / phpeclipse / phpunit / PHPUnitView.java
index 8d4c5c2..135cdcd 100644 (file)
@@ -135,26 +135,26 @@ public class PHPUnitView extends ViewPart {
        /**
         * @param parent
         */
-       private void buildSettingsComposite(Composite parent) {
-
-               // settingsInfoComposite = new Group(parent, SWT.NONE);
-               // settingsInfoComposite.setText("Settings");
-               // settingsInfoComposite.setLayout(new GridLayout(2,false));
-               //              
-               //              
-               // //the test suite to launch
-               // Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
-               // testSuiteLabel.setText("Test suite to run:");
-               // //testSuiteLabel.setLayoutData(new GridData())
-               // Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
-               //              
-               // //the path to php
-               // Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
-               // phpPathLabel.setText("php Path:");
-               // //testSuiteLabel.setLayoutData(new GridData())
-               // Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
-
-       }
+//     private void buildSettingsComposite(Composite parent) {
+//
+//             // settingsInfoComposite = new Group(parent, SWT.NONE);
+//             // settingsInfoComposite.setText("Settings");
+//             // settingsInfoComposite.setLayout(new GridLayout(2,false));
+//             //              
+//             //              
+//             // //the test suite to launch
+//             // Label testSuiteLabel = new Label(settingsInfoComposite, SWT.NONE);
+//             // testSuiteLabel.setText("Test suite to run:");
+//             // //testSuiteLabel.setLayoutData(new GridData())
+//             // Text testSuiteText = new Text(settingsInfoComposite, SWT.NONE);
+//             //              
+//             // //the path to php
+//             // Label phpPathLabel = new Label(settingsInfoComposite, SWT.NONE);
+//             // phpPathLabel.setText("php Path:");
+//             // //testSuiteLabel.setLayoutData(new GridData())
+//             // Text phpPathText = new Text(settingsInfoComposite, SWT.NONE);
+//
+//     }
 
        private void setActions() {