aboutsummaryrefslogtreecommitdiffstats
path: root/android/framebuffer-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/framebuffer-common.h')
-rw-r--r--android/framebuffer-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/framebuffer-common.h b/android/framebuffer-common.h
index 7ca654c..95f65b6 100644
--- a/android/framebuffer-common.h
+++ b/android/framebuffer-common.h
@@ -27,9 +27,6 @@ typedef struct FBUpdateMessage {
uint16_t w;
uint16_t h;
- /* Number of bits used to encode a single pixel. */
- uint8_t bits_per_pixel;
-
/* Contains updating rectangle copied over from the framebuffer's pixels. */
uint8_t rect[0];
} FBUpdateMessage;