diff options
author | Alessandro Portale <[email protected]> | 2010-07-04 09:53:58 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2010-07-04 09:53:58 +0200 |
commit | 87794fb3308f89d0be300cfbb23ebf7e89e87ea4 (patch) | |
tree | 7ac6d904a0cfac1a13c673b12592b6816e4270c6 /src/plugins | |
parent | 44e48d6de5e72223a310c7319bc77ce2b3d817b2 (diff) |
Remove bogus function "CONFIG"
There is already a "CONFIG" in variables[] which always overshadowed
the entry from functions[].
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/qt4projectmanager/profilehighlighter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |