From 27041c83cb4c6e7843a4fc112cbab65dfbea929a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 26 Apr 2014 12:29:08 +0100 Subject: callcatcher: hide glTF methods from easy list Change-Id: Id91272de715bbab7b3a18a1905ca593cf959422c --- bin/findunusedcode | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/findunusedcode') 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:: \ -- cgit