mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
bug 285033: @deprecated in CDT 8.0. This class appears to be never used.
This commit is contained in:
parent
af5c98eed9
commit
405a398c0f
3 changed files with 12 additions and 0 deletions
|
@ -38,6 +38,10 @@ import org.eclipse.swt.widgets.Label;
|
|||
import org.eclipse.swt.widgets.Shell;
|
||||
import org.eclipse.swt.widgets.Text;
|
||||
|
||||
/**
|
||||
* @deprecated in CDT 8.0. This class appears to be never used.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PathEntryVariableDialog extends TitleAreaDialog {
|
||||
|
||||
// UI widgets
|
||||
|
|
|
@ -27,6 +27,10 @@ import org.eclipse.ui.PlatformUI;
|
|||
|
||||
import org.eclipse.cdt.internal.ui.ICHelpContextIds;
|
||||
|
||||
/**
|
||||
* @deprecated in CDT 8.0. This class appears to be never used.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PathEntryVariablePreferencePage extends PreferencePage
|
||||
implements IWorkbenchPreferencePage {
|
||||
|
||||
|
|
|
@ -55,6 +55,10 @@ import org.eclipse.cdt.core.resources.IPathEntryVariableManager;
|
|||
|
||||
import org.eclipse.cdt.internal.ui.CPluginImages;
|
||||
|
||||
/**
|
||||
* @deprecated in CDT 8.0. This class appears to be never used.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PathEntryVariablesGroup {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue