Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions c/drivewire.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ int loadPreferences(struct dwTransferData *datapack)
int savePreferences(struct dwTransferData *datapack)
{
FILE *pf;
char buffer[81];
int i;


Expand Down Expand Up @@ -192,7 +191,6 @@ void logHeader(void)

int main(int argc, char **argv)
{
int i;
pthread_t thread_id;
int quitter = 0;

Expand Down
3 changes: 0 additions & 3 deletions c/dwprotocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ void *DriveWireProcessor(void *data)

while (comRead(dp, &(dp->lastOpcode), 1) > 0)
{
fd_set rfds;
struct timeval tv;
char *timeString = NULL;

{

Expand Down
2 changes: 0 additions & 2 deletions c/dwwin.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ void WinInit(void)
return;
}

int y = 1;

initscr();
clear();
window0 = newwin(24, 80, 0, 0);
Expand Down