From 88f3fa09be08d6796afe7d9f25c92f4ef21c4b7a Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Fri, 9 Oct 2009 11:44:12 +0200 Subject: Removed deprecated PrettyPrinter. We need a way to generate the pretty printer from the C++ parser. --- src/shared/cplusplus/cplusplus.pri | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/shared/cplusplus/cplusplus.pri') diff --git a/src/shared/cplusplus/cplusplus.pri b/src/shared/cplusplus/cplusplus.pri index f0fdf17240..e6453870b5 100644 --- a/src/shared/cplusplus/cplusplus.pri +++ b/src/shared/cplusplus/cplusplus.pri @@ -36,7 +36,6 @@ HEADERS += \ $$PWD/TranslationUnit.h \ $$PWD/Type.h \ $$PWD/TypeVisitor.h \ - $$PWD/PrettyPrinter.h \ $$PWD/ObjectiveCTypeQualifiers.h SOURCES += \ @@ -75,6 +74,6 @@ SOURCES += \ $$PWD/Token.cpp \ $$PWD/TranslationUnit.cpp \ $$PWD/Type.cpp \ - $$PWD/TypeVisitor.cpp \ - $$PWD/PrettyPrinter.cpp + $$PWD/TypeVisitor.cpp + -- cgit v1.2.1