Skip to content

Commit

Permalink
fix compiler warning in usbtree.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 10, 2009
1 parent 1f1adb6 commit efd3f15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions usbtree.c
Expand Up @@ -60,7 +60,6 @@ static void Init (void)
static void PopulateListBox (int deviceId)
{
Device *device;
//gint position = 0;
char *string;
char *tempString;
int configNum;
Expand All @@ -70,7 +69,6 @@ static void PopulateListBox (int deviceId)
int busNumber = (deviceId & 0x00ff);
GtkTextIter begin;
GtkTextIter end;
GtkTextIter position;

device = usb_find_device (deviceNumber, busNumber);
if (device == NULL) {
Expand Down

0 comments on commit efd3f15

Please sign in to comment.