aboutsummaryrefslogtreecommitdiffstats
path: root/main/vte3/fix-empty-options-struct.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/vte3/fix-empty-options-struct.patch')
-rw-r--r--main/vte3/fix-empty-options-struct.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/vte3/fix-empty-options-struct.patch b/main/vte3/fix-empty-options-struct.patch
deleted file mode 100644
index 7e692ae0a6..0000000000
--- a/main/vte3/fix-empty-options-struct.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bindings/vala/app.vala
-+++ b/bindings/vala/app.vala
-@@ -819,6 +819,8 @@
-
- public struct Options
- {
-+ //FIXME Merge this struct into App class
-+ public int dummy;
- public static bool audible = false;
- public static string? command = null;
- private static string? cjk_ambiguous_width_string = null;