From 09a640550166e7c77246411a3fc1456f9a8531bd Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 15 Nov 2012 13:13:32 +0100 Subject: operations: Remove network connection method --- src/operations.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/operations.h') diff --git a/src/operations.h b/src/operations.h index 0da7cf4..4f446d1 100644 --- a/src/operations.h +++ b/src/operations.h @@ -27,14 +27,12 @@ enum connection_method { METHOD_UNKNOWN = 0, METHOD_USB, METHOD_LOCAL, - METHOD_NETWORK, }; struct device_info { enum connection_method method; enum device detected_device; int16_t detected_hwrev; - /* TODO: use union */ struct usb_device_info * usb; }; -- cgit v1.2.3