Removed obsolete property.
This commit is contained in:
parent
0f3de7e1bc
commit
05ee9a11f5
1 changed files with 6 additions and 19 deletions
|
@ -113,19 +113,6 @@ namespace OpenTK
|
||||||
|
|
||||||
#region Properties
|
#region Properties
|
||||||
|
|
||||||
#pragma warning disable 3005 // Identifier differing only in case is not CLS-compliant, compiler bug in Mono 3.4.0
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets an OpenTK.Vector3 with the X, Y and Z components of this instance.
|
|
||||||
/// </summary>
|
|
||||||
[Obsolete("Use Xyz property instead.")]
|
|
||||||
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
||||||
[XmlIgnore]
|
|
||||||
[CLSCompliant(false)]
|
|
||||||
public Vector3 XYZ { get { return Xyz; } set { Xyz = value; } }
|
|
||||||
|
|
||||||
#pragma warning restore 3005
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the X component of this instance.
|
/// Gets or sets the X component of this instance.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in a new issue