Remove CPP Preferences page from WPILib preferences (code has already been deleted)

Change-Id: I58a4df41fdd846187ecfc6e57f0c4239bd435d42
This commit is contained in:
Kevin O'Connor
2014-09-12 17:02:45 -04:00
parent 6c28e09662
commit a7b166e3fd

View File

@@ -173,15 +173,6 @@
</enablement>
</commonWizard>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="edu.wpi.first.wpilib.plugins.core.preferences.WPILibPreferencePage"
class="edu.wpi.first.wpilib.plugins.cpp.preferences.CPPPreferencePage"
id="edu.wpi.first.wpilib.plugins.cpp.preferences.CPPPreferencePage"
name="C++ Preferences">
</page>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer