diff options
author | Memphiz <memphis@machzwo.de> | 2011-10-17 21:25:32 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-10-17 21:25:32 +0200 |
commit | bd5cce8d326ff91bea94e0d4315ce441225cc920 (patch) | |
tree | 55030b9605b5c88f492e984ddb82c5ccc86e7fb7 /lib/DllLibbluray.h | |
parent | d14460c9ff4dd8f8718c2f2bdecf3b083ffcc827 (diff) |
[fix] - fix duplicated method delcaration
Diffstat (limited to 'lib/DllLibbluray.h')
-rw-r--r-- | lib/DllLibbluray.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/DllLibbluray.h b/lib/DllLibbluray.h index 4ab8d47631..e5db1ce68e 100644 --- a/lib/DllLibbluray.h +++ b/lib/DllLibbluray.h @@ -135,9 +135,6 @@ class DllLibbluray : public DllDynamic, DllLibblurayInterface RESOLVE_METHOD_RENAME(bd_tell_time, bd_tell_time) RESOLVE_METHOD_RENAME(bd_register_file, bd_register_file) RESOLVE_METHOD_RENAME(bd_register_dir, bd_register_dir) - RESOLVE_METHOD(bd_set_debug_handler) - RESOLVE_METHOD(bd_set_debug_mask) - RESOLVE_METHOD(bd_get_debug_mask) #ifndef HAVE_LIBBLURAY_NOLOGCONTROL RESOLVE_METHOD(bd_set_debug_handler) RESOLVE_METHOD(bd_set_debug_mask) |