summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-10-06 15:37:10 +0000
committerAlexander von Gluck IV <[email protected]>2013-10-10 19:28:23 -0500
commit69508950da30a1319d2a7063226c4316bfd01e3c (patch)
tree0a3194fd85e4bb3f3121f6140c6574adf1c80df1 /src/gallium/targets
parent8821e9d10829778731f45e2cd2a50055f3df5193 (diff)
haiku: Remove common directory search path
* /boot/common no longer exists in Haiku as of a few days ago (and this is undefined) Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/libgl-haiku/GLRendererRoster.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/libgl-haiku/GLRendererRoster.cpp b/src/gallium/targets/libgl-haiku/GLRendererRoster.cpp
index 70bc4129974..1712a871c98 100644
--- a/src/gallium/targets/libgl-haiku/GLRendererRoster.cpp
+++ b/src/gallium/targets/libgl-haiku/GLRendererRoster.cpp
@@ -102,8 +102,6 @@ GLRendererRoster::AddDefaultPaths()
const directory_which paths[] = {
B_USER_NONPACKAGED_ADDONS_DIRECTORY,
B_USER_ADDONS_DIRECTORY,
- B_COMMON_NONPACKAGED_ADDONS_DIRECTORY,
- B_COMMON_ADDONS_DIRECTORY,
B_SYSTEM_ADDONS_DIRECTORY,
};