[gnome-screenshot] Remove unused function



commit a217a96ba6e7ecaa35645a59a7d9e4f7f68c0377
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon May 29 13:42:47 2017 +0100

    Remove unused function

 src/screenshot-application.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/screenshot-application.c b/src/screenshot-application.c
index 3635cf6..6d6d6d5 100644
--- a/src/screenshot-application.c
+++ b/src/screenshot-application.c
@@ -284,19 +284,6 @@ save_with_description (ScreenshotApplication *self,
 }
 
 static void
-save_with_profile (ScreenshotApplication *self,
-                   GFileOutputStream     *os,
-                   gchar                 *format)
-{
-  gdk_pixbuf_save_to_stream_async (self->priv->screenshot,
-                                   G_OUTPUT_STREAM (os),
-                                   format, NULL,
-                                   save_pixbuf_ready_cb, self,
-                                   "icc-profile", self->priv->icc_profile_base64,
-                                   NULL);
-}
-
-static void
 save_with_no_profile_or_description (ScreenshotApplication *self,
                                      GFileOutputStream     *os,
                                      gchar                 *format)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]