uterm: video_fbdev: remove display_use()
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 19:56:43 +0000 (21:56 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 23 Jun 2012 19:56:43 +0000 (21:56 +0200)
commit59f4e845198c86eb85975035caec324da6180765
tree8a0e0c600bf880fd59b491a3ac8b3fc8c80a75db
parentac2ad45270b09b29930273578ebf35a4913aae9e
uterm: video_fbdev: remove display_use()

fbdev does not support OpenGL contexts so there is no need to implement
this function. Instead, we will provide blitting support later.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_video_fbdev.c