From ae6174a55158cdf4f3b636b9eb33974272235695 Mon Sep 17 00:00:00 2001 From: Ethan Clark Date: Sat, 22 Feb 2025 14:36:34 -0500 Subject: [PATCH] Remove old comments from variant.h --- core/variant/variant.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/variant/variant.h b/core/variant/variant.h index 633b9c9e831..098235f2b90 100644 --- a/core/variant/variant.h +++ b/core/variant/variant.h @@ -876,9 +876,6 @@ public: } }; -//typedef Dictionary Dictionary; no -//typedef Array Array; - template Vector varray(VarArgs... p_args) { Vector v;