[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: Get rid of dead assignment

noreply at xfce.org noreply at xfce.org
Tue Jun 27 04:03:58 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screenshooter.

commit c91e572c4bd35b48c0da869b02aaa5e8671370f7
Author: Andre Miranda <andreldm at xfce.org>
Date:   Mon Jun 26 23:02:46 2017 -0300

    Get rid of dead assignment
    
    Thanks to foutrelis
---
 lib/screenshooter-capture.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index db87027..7d5f47a 100644
--- a/lib/screenshooter-capture.c
+++ b/lib/screenshooter-capture.c
@@ -770,12 +770,6 @@ static GdkPixbuf
   if (cancelled)
     return NULL;
 
-  screenshot = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
-                               TRUE,
-                               8,
-                               rbdata.rectangle.width,
-                               rbdata.rectangle.height);
-
   /* Grab the screenshot on the main window */
   root = gdk_get_default_root_window ();
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list