diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 18:23:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-01 22:34:55 +0900 |
commit | 8ccbd4fc0219267d2d8b00e7191b1d92de834569 (patch) | |
tree | fcf9541ad97d54e1060e196ba9ca52258fcc5b45 /pytqlupdate3 | |
parent | aa6764916ff2706bc094a8858691f9b0a98f395c (diff) | |
download | pytqt-8ccbd4fc0219267d2d8b00e7191b1d92de834569.tar.gz pytqt-8ccbd4fc0219267d2d8b00e7191b1d92de834569.zip |
Removed unnecessary code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'pytqlupdate3')
-rw-r--r-- | pytqlupdate3/fetchtr.cpp | 3 |
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. |