mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 02:50:18 +01:00
Remove unused variables
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1009 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
d59b385719
commit
66beef3c7d
1 changed files with 0 additions and 4 deletions
|
|
@ -311,7 +311,6 @@ static void detail_device (DBusConnection *connection, const char *path)
|
|||
|
||||
static void print_devices (DBusConnection *connection)
|
||||
{
|
||||
gboolean success = TRUE;
|
||||
DBusMessage * message = NULL;
|
||||
DBusMessage * reply = NULL;
|
||||
DBusError error;
|
||||
|
|
@ -360,9 +359,6 @@ int main( int argc, char *argv[] )
|
|||
{
|
||||
DBusConnection *connection;
|
||||
DBusError error;
|
||||
char * path;
|
||||
NMState state;
|
||||
char * state_string;
|
||||
|
||||
g_type_init ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue