aboutsummaryrefslogtreecommitdiffstats
path: root/main/shotwell/shotwell-0.14.1-LibRaw.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/shotwell/shotwell-0.14.1-LibRaw.patch')
-rw-r--r--main/shotwell/shotwell-0.14.1-LibRaw.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/shotwell/shotwell-0.14.1-LibRaw.patch b/main/shotwell/shotwell-0.14.1-LibRaw.patch
deleted file mode 100644
index 996ac60f10..0000000000
--- a/main/shotwell/shotwell-0.14.1-LibRaw.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/photos/GRaw.vala 2013-04-02 19:54:23.000000000 -0500
-+++ src/photos/GRaw.vala 2013-05-31 07:28:54.118450454 -0500
-@@ -244,7 +244,7 @@
- // threshold
- output_params->half_size = half_size;
- // four_color_rgb
-- output_params->document_mode = GRaw.DocMode.STANDARD;
-+ //output_params->document_mode = GRaw.DocMode.STANDARD;
- output_params->highlight = GRaw.HighlightMode.CLIP;
- output_params->use_auto_wb = true;
- output_params->use_camera_wb = true;
---- src/photos/GRaw.vala 2013-05-31 07:30:19.000000000 -0500
-+++ src/photos/GRaw.vala 2013-05-31 07:37:33.691438861 -0500
-@@ -167,9 +167,9 @@
- throw_exception("adjust_sizes_info_only", proc.adjust_sizes_info_only());
- }
-
-- public void document_mode_processing() throws Exception {
-- throw_exception("document_mode_processing", proc.document_mode_processing());
-- }
-+ //public void document_mode_processing() throws Exception {
-+ // throw_exception("document_mode_processing", proc.document_mode_processing());
-+ //}
-
- public unowned LibRaw.ImageOther get_image_other() {
- return proc.get_image_other();