Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Nov 25, 2023
1 parent 415e971 commit f3e1e07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lprint-tspl.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ lprintTSPL(
ipp_t **attrs, // O - Pointer to driver attributes
void *cbdata) // I - Callback data (not used)
{
int i; // Looping var


// Print callbacks...
data->printfile_cb = lprint_tspl_printfile;
data->rendjob_cb = lprint_tspl_rendjob;
Expand Down

0 comments on commit f3e1e07

Please sign in to comment.