gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-2187-g939bcfb
Date: Thu, 26 Mar 2015 21:16:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  939bcfbedcb897839bf058bcc8835313212969a7 (commit)
      from  e5c08131abde15f7a1e048e35d1a9ff12b2acdaa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=939bcfbedcb897839bf058bcc8835313212969a7


commit 939bcfbedcb897839bf058bcc8835313212969a7
Author: Bastiaan Jacques <address@hidden>
Date:   Thu Mar 26 20:37:15 2015 +0100

    Drop unused member variable.

diff --git a/librender/cairo/Renderer_cairo.cpp 
b/librender/cairo/Renderer_cairo.cpp
index 656f2a8..d2ef4b3 100644
--- a/librender/cairo/Renderer_cairo.cpp
+++ b/librender/cairo/Renderer_cairo.cpp
@@ -111,7 +111,6 @@ class bitmap_info_cairo : public CachedBitmap, 
boost::noncopyable
         _data(data),
         _width(width),
         _height(height),
-        _bytes_per_pixel(bpp),
         _format(format),
         _surface(cairo_image_surface_create_for_data(_data.get(),
                  format, width, height, width * bpp)),
@@ -210,7 +209,6 @@ class bitmap_info_cairo : public CachedBitmap, 
boost::noncopyable
     std::unique_ptr<std::uint8_t[]> _data;
     int _width;
     int _height;
-    size_t _bytes_per_pixel;
     cairo_format_t _format;
     cairo_surface_t* _surface;
     cairo_pattern_t* _pattern;

-----------------------------------------------------------------------

Summary of changes:
 librender/cairo/Renderer_cairo.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]