summarylogtreecommitdiffstats
path: root/nufraw_cplusplus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nufraw_cplusplus.patch')
-rw-r--r--nufraw_cplusplus.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/nufraw_cplusplus.patch b/nufraw_cplusplus.patch
deleted file mode 100644
index 185cfdfe2566..000000000000
--- a/nufraw_cplusplus.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- uf_glib.h.orig 2023-03-12 20:46:53.712780919 +0700
-+++ uf_glib.h 2023-03-12 20:47:17.445817005 +0700
-@@ -13,10 +13,6 @@
- #ifndef _UF_GLIB_H
- #define _UF_GLIB_H
-
--#ifdef __cplusplus
--extern "C" {
--#endif
--
- #include <glib.h>
- #include <glib/gstdio.h>
-
-@@ -40,8 +36,4 @@
- #define uf_win32_locale_free(__some_string__) (void)(__some_string__)
- #endif
-
--#ifdef __cplusplus
--}
--#endif
--
- #endif /*_UF_GLIB_H*/