summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ply-frame-buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ply-frame-buffer.c b/src/ply-frame-buffer.c
index c30d668..e8eee9d 100644
--- a/src/ply-frame-buffer.c
+++ b/src/ply-frame-buffer.c
@@ -65,7 +65,6 @@ struct _ply_frame_buffer
uint32_t bits_for_blue;
uint32_t bits_for_alpha;
- unsigned int bits_per_pixel;
unsigned int bytes_per_pixel;
ply_frame_buffer_area_t area;
ply_frame_buffer_area_t area_to_flush;
@@ -150,7 +149,6 @@ ply_frame_buffer_query_device (ply_frame_buffer_t *buffer)
return false;
}
- buffer->bits_per_pixel = variable_screen_info.bits_per_pixel;
buffer->area.x = variable_screen_info.xoffset;
buffer->area.y = variable_screen_info.yoffset;
buffer->area.width = variable_screen_info.xres;