summaryrefslogtreecommitdiff
path: root/sys/d3d11/gstd3d11shader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/d3d11/gstd3d11shader.cpp')
-rw-r--r--sys/d3d11/gstd3d11shader.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/d3d11/gstd3d11shader.cpp b/sys/d3d11/gstd3d11shader.cpp
index ded8689c5..3f9ea34fc 100644
--- a/sys/d3d11/gstd3d11shader.cpp
+++ b/sys/d3d11/gstd3d11shader.cpp
@@ -28,15 +28,11 @@
/* *INDENT-OFF* */
using namespace Microsoft::WRL;
-
-G_BEGIN_DECLS
+/* *INDENT-ON* */
GST_DEBUG_CATEGORY_EXTERN (gst_d3d11_shader_debug);
#define GST_CAT_DEFAULT gst_d3d11_shader_debug
-G_END_DECLS
-/* *INDENT-ON* */
-
/* too many const buffers doesn't make sense */
#define MAX_CONST_BUFFERS 16