1
0
Fork 0

Remove old comments from variant.h

This commit is contained in:
Ethan Clark 2025-02-22 14:36:34 -05:00
parent 394508d26d
commit ae6174a551
1 changed files with 0 additions and 3 deletions

View File

@ -876,9 +876,6 @@ public:
}
};
//typedef Dictionary Dictionary; no
//typedef Array Array;
template <typename... VarArgs>
Vector<Variant> varray(VarArgs... p_args) {
Vector<Variant> v;