summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2021-08-17 06:25:29 +0930
committerAdrian Johnson <ajohnson@redneon.com>2021-08-22 12:07:36 +0930
commit78d267ee7af3c7cabdef437cd6a670111fc6062b (patch)
tree09f1667fdba4dbc4725fb0513b03802a1dad1613 /perf
parentba3823e6b82c76bfe962f570dbf48e7c6a8126a6 (diff)
downloadcairo-78d267ee7af3c7cabdef437cd6a670111fc6062b.tar.gz
Fix some warnings
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-graph-widget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/perf/cairo-perf-graph-widget.c b/perf/cairo-perf-graph-widget.c
index 41311f7ee..e56eee1bc 100644
--- a/perf/cairo-perf-graph-widget.c
+++ b/perf/cairo-perf-graph-widget.c
@@ -489,8 +489,6 @@ static gboolean
graph_view_button_release (GtkWidget *w,
GdkEventButton *ev)
{
- GraphView *self = (GraphView *) w;
-
return FALSE;
}