Revert "Merge branch 'development' into ShaderConstBuffer-CleanupRefactor"

This reverts commit ae11d996d9, reversing
changes made to e6c653c441.
This commit is contained in:
marauder2k7 2024-03-14 08:32:29 +00:00
parent ae11d996d9
commit bd7bbd782c
5 changed files with 4 additions and 28 deletions

View file

@ -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_