[PATCH weston 02/11] smoke: Remove unused offset member
Daniel Stone
daniel at fooishbar.org
Tue Nov 6 22:51:36 PST 2012
Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
clients/smoke.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/clients/smoke.c b/clients/smoke.c
index 905e53f..80b8c58 100644
--- a/clients/smoke.c
+++ b/clients/smoke.c
@@ -37,7 +37,7 @@ struct smoke {
struct window *window;
struct widget *widget;
int width, height;
- int offset, current;
+ int current;
uint32_t time;
struct { float *d, *u, *v; } b[2];
};
@@ -295,7 +295,6 @@ int main(int argc, char *argv[])
window_set_buffer_type(smoke.window, WINDOW_BUFFER_TYPE_SHM);
clock_gettime(CLOCK_MONOTONIC, &ts);
srandom(ts.tv_nsec);
- smoke.offset = random();
smoke.current = 0;
size = smoke.height * smoke.width;
--
1.7.10.4
More information about the wayland-devel
mailing list