aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-21 14:21:39 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-25 16:23:11 -0300
commit86c00c1d694cfc69b58ac2fbd0d7744c7f95e39a (patch)
tree1d3f8aef0d325780a382a7a427c12cf5cec53022 /main.cpp
parent425c1eba27766b4382ace8f10daeaa548c9eb0d6 (diff)
Added boostpython as a generator plugin.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index af6d9d186..14ebad64d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -49,7 +49,6 @@ static void printOptions(QTextStream& s, const QMap<QString, QString>& options)
}
typedef QLinkedList<Generator*> (*getGeneratorsFunc)();
-typedef QLinkedList<Generator*> GeneratorList;
QMap<QString, QString> getCommandLineArgs(int argc, char** argv)
{