summaryrefslogtreecommitdiffstats
path: root/pytqlupdate3/fetchtr.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-01 18:23:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-01 22:59:49 +0900
commitc6acfabe32e7d22d90571d5398b94514e16dacff (patch)
treefb1a6d9f9722711c1cb16960172a95a55ea7c863 /pytqlupdate3/fetchtr.cpp
parentf4a39d2fde3ef72e32b296fdd783b31d4abfcb76 (diff)
downloadpytqt-c6acfabe32e7d22d90571d5398b94514e16dacff.tar.gz
pytqt-c6acfabe32e7d22d90571d5398b94514e16dacff.zip
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ccbd4fc0219267d2d8b00e7191b1d92de834569)
Diffstat (limited to 'pytqlupdate3/fetchtr.cpp')
-rw-r--r--pytqlupdate3/fetchtr.cpp3
1 files changed, 0 insertions, 3 deletions
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<TQCString, int> needs_Q_OBJECT;
-static TQMap<TQCString, int> 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.