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

@ -130,10 +130,7 @@ static void process_devices(char **argv)
int main(int argc, char **argv)
{
GMainLoop *loop;
g_type_init();
loop = g_main_loop_new(NULL, FALSE);
create_manager();
if (argc < 2) {