Browse Source

win-dshow: Remove unnecessarily inline define

This is already defined when including libobs headers
jp9000 10 years ago
parent
commit
883d93e84c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/win-capture/window-helpers.c

+ 0 - 2
plugins/win-capture/window-helpers.c

@@ -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");