summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2013-10-06 15:37:10 +0000
committerAlexander von Gluck IV <kallisti5@unixzen.com>2013-10-10 19:28:23 -0500
commit69508950da30a1319d2a7063226c4316bfd01e3c (patch)
tree0a3194fd85e4bb3f3121f6140c6574adf1c80df1
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 <brianp@vmware.com>
-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 70bc412997..1712a871c9 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,
};