[libbluray-devel] Remove call to non-existing function
hpi1
git at videolan.org
Thu Jan 29 10:55:11 CET 2015
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Thu Jan 29 11:32:37 2015 +0200| [d57bc6c8596f188021360ba3a444a547d2b2380f] | committer: hpi1
Remove call to non-existing function
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=d57bc6c8596f188021360ba3a444a547d2b2380f
---
src/libbluray/disc/bdplus.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/src/libbluray/disc/bdplus.c b/src/libbluray/disc/bdplus.c
index 1150397..df51c67 100644
--- a/src/libbluray/disc/bdplus.c
+++ b/src/libbluray/disc/bdplus.c
@@ -136,12 +136,6 @@ BD_BDPLUS *libbdplus_load(void)
}
BD_DEBUG(DBG_BLURAY, "Loaded libbdplus (%p)\n", p->h_libbdplus);
-
- if (file_open != file_open_default()) {
- BD_DEBUG(DBG_BLURAY, "Registering libbdplus filesystem handler %p (%p)\n", (void *)(intptr_t)file_open, p->h_libbdplus);
- DL_CALL(p->h_libbdplus, bdplus_register_file, file_open);
- }
-
return p;
}
More information about the libbluray-devel
mailing list