Removed an unused variable

This commit is contained in:
Pierre Pronchery 2012-11-28 22:59:15 +01:00
parent c1c340e12e
commit 857f231ffd

View File

@ -457,7 +457,6 @@ static void _settings_on_ok(gpointer data)
static void _settings_on_reset(gpointer data) static void _settings_on_reset(gpointer data)
{ {
GPRS * gprs = data; GPRS * gprs = data;
PhonePluginHelper * helper = gprs->helper;
gprs->glin = 0; gprs->glin = 0;
gprs->glout = 0; gprs->glout = 0;