Removed unused variable refill

This commit is contained in:
alu 2010-04-15 12:36:42 +00:00
parent 7ae8d85b99
commit 52cf05bb6f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void ltn_ant() {
char ox, oy; /* Used to set old pixels so brightness 2 */
} ant;
char temp, i = 0, refill = 0;
char temp, i = 0;
uint16_t cycles = 500;
/* Random startposition and direction */