瀏覽代碼

obs-outputs: Drop unused config file

The obs-outputs-config.h.in file is not actually used. It only
defines the FTL_FOUND variable, but the build system takes care
of that by setting a compiler argument for that.

Drop that file.
Georges Basile Stavracas Neto 3 年之前
父節點
當前提交
fb51f8b224
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      plugins/obs-outputs/obs-outputs-config.h.in

+ 0 - 15
plugins/obs-outputs/obs-outputs-config.h.in

@@ -1,15 +0,0 @@
-#pragma once
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
-#ifndef ON
-#define ON 1
-#endif
-
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#cmakedefine FTL_FOUND