mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065111 - Remove obsolete logging macros. r=jya
This commit is contained in:
parent
091ee0e924
commit
9fc126e5e8
@ -15,13 +15,4 @@ PRLogModuleInfo* GetAppleMediaLog() {
|
||||
}
|
||||
return log;
|
||||
}
|
||||
#define WARN(...) PR_LOG(GetAppleMediaLog(), PR_LOG_WARNING, (__VA_ARGS__))
|
||||
#else
|
||||
#define WARN(...)
|
||||
#endif
|
||||
|
||||
#define PROPERTY_ID_FORMAT "%c%c%c%c"
|
||||
#define PROPERTY_ID_PRINT(x) ((x) >> 24), \
|
||||
((x) >> 16) & 0xff, \
|
||||
((x) >> 8) & 0xff, \
|
||||
(x) & 0xff
|
||||
|
Loading…
Reference in New Issue
Block a user