Make simulat0r build work again

This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 20:25:27 +02:00
parent 4ec0525b3a
commit 97e35677db
1 changed files with 0 additions and 4 deletions

View File

@ -256,10 +256,6 @@ static void reset_area() {
}
}
#ifdef SIMULATOR
extern uint32_t getRandom(void);
#endif
static void random_area(struct bitset *area, uchar x0, uchar y0, uchar x1, uchar y1,uchar value) {
for(uchar x=x0; x<=x1; ++x) {
for(uchar y=y0; y<=y1; ++y) {