diff options
Diffstat (limited to 'pytqlupdate3/fetchtr.cpp')
-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. |