diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-26 12:29:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-26 12:29:08 +0100 |
commit | 27041c83cb4c6e7843a4fc112cbab65dfbea929a (patch) | |
tree | b22171c6462ecdc17d97ad9752ae4bf184bf52bd /bin | |
parent | 82a8c5fd9a85b5b66b2b6f39af0750764066dba3 (diff) |
callcatcher: hide glTF methods from easy list
Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/findunusedcode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode index 59dbade81f74..4e012ae965d7 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -55,6 +55,7 @@ grep ::.*\( unusedcode.all \ | grep -v ^cppu:: \ | grep -v ^CppUnit:: \ | grep -v ^Dde \ + | grep -v ^glTF:: \ | grep -v ^graphite2:: \ | grep -v ^jvmaccess:: \ | grep -v ^libcdr:: \ |