mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
Revert "Merge branch 'development' into ShaderConstBuffer-CleanupRefactor"
This reverts commitae11d996d9, reversing changes made toe6c653c441.
This commit is contained in:
parent
ae11d996d9
commit
bd7bbd782c
5 changed files with 4 additions and 28 deletions
|
|
@ -158,10 +158,6 @@ public:
|
|||
/// (keeps the first instance only)
|
||||
void uniqueKey();
|
||||
|
||||
/// Removes any duplicate keys from the array
|
||||
/// (keeps the first instance only)
|
||||
void uniquePair();
|
||||
|
||||
/// Makes this array an exact duplicate of another array
|
||||
void duplicate( ArrayObject *obj );
|
||||
|
||||
|
|
@ -233,4 +229,4 @@ public:
|
|||
static void initPersistFields();
|
||||
};
|
||||
|
||||
#endif // _ARRAYOBJECT_H_
|
||||
#endif // _ARRAYOBJECT_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue