From 8ccbd4fc0219267d2d8b00e7191b1d92de834569 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 1 Aug 2023 18:23:10 +0900 Subject: Removed unnecessary code Signed-off-by: Michele Calgaro --- pytqlupdate3/fetchtr.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'pytqlupdate3') diff --git a/pytqlupdate3/fetchtr.cpp b/pytqlupdate3/fetchtr.cpp index 4fe5bc5..0127394 100644 --- a/pytqlupdate3/fetchtr.cpp +++ b/pytqlupdate3/fetchtr.cpp @@ -44,9 +44,6 @@ static const char MagicComment[] = "TRANSLATOR "; -static TQMap needs_Q_OBJECT; -static TQMap lacks_Q_OBJECT; - /* The first part of this source file is the python tokenizer. We skip most of python; the only tokens that interest us are defined here. -- cgit v1.2.1