Browse Source

Remove obsolete show_bootscreen var

Scott Lahteine 7 years ago
parent
commit
7dacc999b9
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/lcd/ultralcd_impl_DOGM.h

+ 0
- 2
Marlin/src/lcd/ultralcd_impl_DOGM.h View File

313
     const uint8_t offx = (u8g.getWidth() - (START_BMPWIDTH)) / 2,
313
     const uint8_t offx = (u8g.getWidth() - (START_BMPWIDTH)) / 2,
314
                   txt1X = (u8g.getWidth() - (sizeof(STRING_SPLASH_LINE1) - 1) * (DOG_CHAR_WIDTH)) / 2;
314
                   txt1X = (u8g.getWidth() - (sizeof(STRING_SPLASH_LINE1) - 1) * (DOG_CHAR_WIDTH)) / 2;
315
 
315
 
316
-    static bool show_bootscreen = true;
317
-
318
     u8g.firstPage();
316
     u8g.firstPage();
319
     do {
317
     do {
320
       u8g.drawBitmapP(offx, offy, START_BMPBYTEWIDTH, START_BMPHEIGHT, start_bmp);
318
       u8g.drawBitmapP(offx, offy, START_BMPBYTEWIDTH, START_BMPHEIGHT, start_bmp);

Loading…
Cancel
Save