inc header: remove unnecessary declaration.

This log tag is not used. We can introduce it when it's necessary.
This commit is contained in:
Hermet Park 2020-12-18 19:24:36 +09:00
parent 87aa90c4ec
commit 1e02d62d01

View file

@ -9,12 +9,6 @@
#define TVG_EXPORT
#endif
#ifdef LOG_TAG
#undef LOG_TAG
#endif
#define LOG_TAG "TVG"
#ifdef __cplusplus
extern "C" {
#endif