summaryrefslogtreecommitdiff
path: root/bin/findunusedcode
diff options
context:
space:
mode:
Diffstat (limited to 'bin/findunusedcode')
-rwxr-xr-xbin/findunusedcode7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index df865bc86668..d1ff0f9a92ab 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -55,11 +55,11 @@ grep ::.*\( unusedcode.all \
| grep -v ^cppu:: \
| grep -v ^CppUnit:: \
| grep -v ^Dde \
- | grep -v ^glTF:: \
| grep -v ^graphite2:: \
| grep -v ^jvmaccess:: \
| grep -v ^libcdr:: \
| grep -v ^libcmis:: \
+ | grep -v ^libgltf:: \
| grep -v ^libmspub:: \
| grep -v ^libvisio:: \
| grep -v ^libwpg:: \
@@ -87,9 +87,4 @@ grep ::.*\( unusedcode.all \
| grep -v ^MathML:: \
| grep -v ^GeneratedSaxParser:: \
| grep -v ^GLTF:: \
- | grep -v ^FPSCounter:: \
- | grep -v ^CPhysicalCamera:: \
- | grep -v ^RenderScene:: \
- | grep -v ^ShaderProgram:: \
- | grep -v ^Texture:: \
> ../unusedcode.easy