From 87794fb3308f89d0be300cfbb23ebf7e89e87ea4 Mon Sep 17 00:00:00 2001
From: Alessandro Portale <alessandro.portale@nokia.com>
Date: Sun, 4 Jul 2010 09:53:58 +0200
Subject: [PATCH] Remove bogus function "CONFIG"

There is already a "CONFIG" in variables[] which always overshadowed
the entry from functions[].
---
 src/plugins/qt4projectmanager/profilehighlighter.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/plugins/qt4projectmanager/profilehighlighter.cpp b/src/plugins/qt4projectmanager/profilehighlighter.cpp
index ff9f9632fc1..69a7ca2bf4c 100644
--- a/src/plugins/qt4projectmanager/profilehighlighter.cpp
+++ b/src/plugins/qt4projectmanager/profilehighlighter.cpp
@@ -102,7 +102,6 @@ const char *const variables[] = {
 
 const char *const functions[] = {
     "basename",
-    "CONFIG",
     "contains",
     "count",
     "dirname",
-- 
GitLab