summaryrefslogtreecommitdiff
path: root/backend/usb-unix.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-20 21:11:41 +0000
commite1d6a77454308ff30d6da778be9d7b570e4f00b0 (patch)
tree09f41cca65fb9a0a32c51bd261d2fcffc1c1a17b /backend/usb-unix.c
parent480ef0fe29ab803f49dd87a7a21a6c61648539b8 (diff)
downloadcups-e1d6a77454308ff30d6da778be9d7b570e4f00b0.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@92 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/usb-unix.c')
-rw-r--r--backend/usb-unix.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/backend/usb-unix.c b/backend/usb-unix.c
index e034a0a2c..ae302a096 100644
--- a/backend/usb-unix.c
+++ b/backend/usb-unix.c
@@ -1,5 +1,5 @@
/*
- * "$Id: usb-unix.c 5241 2006-03-07 22:07:44Z mike $"
+ * "$Id: usb-unix.c 5259 2006-03-09 19:22:36Z mike $"
*
* USB port backend for the Common UNIX Printing System (CUPS).
*
@@ -374,7 +374,6 @@ list_devices(void)
device_id[1024], /* Device ID string */
device_uri[1024], /* Device URI string */
make_model[1024]; /* Make and model */
- struct ecpp_device_id did; /* Device ID buffer */
/*
@@ -545,7 +544,6 @@ open_device(const char *uri) /* I - Device URI */
device_id[1024], /* Device ID string */
make_model[1024], /* Make and model */
device_uri[1024]; /* Device URI string */
- struct ecpp_device_id did; /* Device ID buffer */
/*
@@ -620,5 +618,5 @@ open_device(const char *uri) /* I - Device URI */
/*
- * End of "$Id: usb-unix.c 5241 2006-03-07 22:07:44Z mike $".
+ * End of "$Id: usb-unix.c 5259 2006-03-09 19:22:36Z mike $".
*/