Remove pointless Display.clear()

It served no meaningful purpose and it had bugs. So let's remove it
rather than try to fix it.
This commit is contained in:
Pierre Ossman
2019-08-23 15:05:58 +02:00
committed by Lauri Kasanen
parent 4cc536636a
commit c211f31113
4 changed files with 0 additions and 19 deletions

View File

@@ -99,7 +99,6 @@ None
| absY | (y) | Return Y relative to the remote display
| resize | (width, height) | Set width and height
| flip | (from_queue) | Update the visible canvas with the contents of the rendering canvas
| clear | () | Clear the display
| pending | () | Check if there are waiting items in the render queue
| flush | () | Resume processing the render queue unless it's empty
| fillRect | (x, y, width, height, color, from_queue) | Draw a filled in rectangle