mirror of https://github.com/godotengine/godot
Remove old comments from variant.h
This commit is contained in:
parent
394508d26d
commit
ae6174a551
|
|
@ -876,9 +876,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
//typedef Dictionary Dictionary; no
|
||||
//typedef Array Array;
|
||||
|
||||
template <typename... VarArgs>
|
||||
Vector<Variant> varray(VarArgs... p_args) {
|
||||
Vector<Variant> v;
|
||||
|
|
|
|||
Loading…
Reference in New Issue