[E-devel] [PATCH 3/8] Remove unused NM_Device struct

2008-03-13 Thread Stefan Schmidt
Remove unused NM_Device struct. Later we will use E_NM_Device matching
to the NM device object.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH 3/8] Remove unused NM_Device struct

2008-03-13 Thread Stefan Schmidt
Hello.

On Fri, 2008-03-14 at 01:03, Stefan Schmidt wrote:
 Remove unused NM_Device struct. Later we will use E_NM_Device matching
 to the NM device object.

And this time with attachment.

regards
Stefan Schmidt
From e2280d223405122baf8bce5858f30d604276a5ff Mon Sep 17 00:00:00 2001
From: Stefan Schmidt [EMAIL PROTECTED]
Date: Wed, 12 Mar 2008 20:17:45 +0100
Subject: [PATCH 3/8] Remove unused NM_Device struct

Remove unused NM_Device struct. Later we will use E_NM_Device matching to the NM
device object.
---
 src/bin/nm.c |8 
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/bin/nm.c b/src/bin/nm.c
index 7c2e490..e4285ca 100644
--- a/src/bin/nm.c
+++ b/src/bin/nm.c
@@ -11,14 +11,6 @@ struct NM_Manager
   Ecore_List *devices;
 };
 
-typedef struct NM_Device NM_Device;
-struct NM_Device
-{
-  int type;
-  char *object_path;
-  char *device_name;
-};
-
 void
 cb_manager_get_name(void *data, void *reply, DBusError *err)
 {
-- 
1.5.4.3

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel