summaryrefslogtreecommitdiffstats
path: root/third_party/hwcplus/include/hardware/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/hwcplus/include/hardware/hardware.h')
-rw-r--r--third_party/hwcplus/include/hardware/hardware.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/hwcplus/include/hardware/hardware.h b/third_party/hwcplus/include/hardware/hardware.h
index 9466537..416ae39 100644
--- a/third_party/hwcplus/include/hardware/hardware.h
+++ b/third_party/hwcplus/include/hardware/hardware.h
@@ -225,12 +225,6 @@ int hw_get_module(const char *id, const struct hw_module_t **module);
int hw_get_module_by_class(const char *class_id, const char *inst,
const struct hw_module_t **module);
-/**
- * Provide a function to handle log messages.
- */
-typedef int (*hwcplus_log_fn_t)(int prio, const char* tag, const char* msg);
-void hwcplus_set_log_fn(hwcplus_log_fn_t fn);
-
__END_DECLS
#endif /* ANDROID_INCLUDE_HARDWARE_HARDWARE_H */