libobs: Remove legacy libobs data search path
This commit is contained in:
parent
8b81b69f14
commit
95a920d7ee
@ -60,9 +60,6 @@ char *find_libobs_data_file(const char *file)
|
||||
struct dstr path;
|
||||
dstr_init(&path);
|
||||
|
||||
if (check_path(file, "data/libobs/", &path))
|
||||
return path.array;
|
||||
|
||||
if (check_path(file, "../../data/libobs/", &path))
|
||||
return path.array;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user