[metacity] testasyncgetprop.c: remove unused variable
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] testasyncgetprop.c: remove unused variable
- Date: Tue, 3 Jun 2014 12:52:00 +0000 (UTC)
commit 2c92db038b65949a9c206e1b996606f3372feb1c
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Tue Jun 3 15:44:50 2014 +0300
testasyncgetprop.c: remove unused variable
src/core/testasyncgetprop.c | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/src/core/testasyncgetprop.c b/src/core/testasyncgetprop.c
index 0318268..4f19f67 100644
--- a/src/core/testasyncgetprop.c
+++ b/src/core/testasyncgetprop.c
@@ -416,7 +416,6 @@ run_speed_comparison (Display *xdisplay,
while ((task = ag_get_next_completed_task (xdisplay)))
{
- int result;
Atom actual_type;
int actual_format;
unsigned long n_items;
@@ -426,12 +425,12 @@ run_speed_comparison (Display *xdisplay,
assert (ag_task_have_reply (task));
data = NULL;
- result = ag_task_get_reply_and_free (task,
- &actual_type,
- &actual_format,
- &n_items,
- &bytes_after,
- &data);
+ ag_task_get_reply_and_free (task,
+ &actual_type,
+ &actual_format,
+ &n_items,
+ &bytes_after,
+ &data);
if (data)
XFree (data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]