win-dshow: Remove unnecessarily inline define

This is already defined when including libobs headers
This commit is contained in:
jp9000
2015-02-09 03:55:31 -08:00
parent 372a23de68
commit 883d93e84c

View File

@@ -7,8 +7,6 @@
#include "window-helpers.h"
#include "obfuscate.h"
#define inline __inline
static inline void encode_dstr(struct dstr *str)
{
dstr_replace(str, "#", "#22");