From cc3b72eaf8fd1a88cb5b26f2604a966673033902 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 16:41:32 +0100 Subject: interface: Stop keeping track of cursor position ourself --- src/pa-sink-ctl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index 01fd3e8..97801d4 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -33,7 +33,6 @@ struct context { WINDOW *menu_win; WINDOW *msg_win; - gint y; guint resize_source_id; #ifdef HAVE_SIGNALFD -- cgit