tests: Remove unused variables

This commit is contained in:
Bastien Nocera
2011-03-30 16:40:35 +01:00
parent 33ed1d8671
commit ebe1a062e0
4 changed files with 0 additions and 10 deletions

View File

@ -166,7 +166,6 @@ static const GOptionEntry entries[] = {
int main(int argc, char **argv)
{
GOptionContext *context;
GMainLoop *loop;
GError *err = NULL;
DBusGProxy *dev;
char *username;
@ -199,7 +198,6 @@ int main(int argc, char **argv)
g_log_set_always_fatal (fatal_mask);
}
loop = g_main_loop_new(NULL, FALSE);
create_manager();
dev = open_device(username);