tsm: screen: remove unused get_from_scrollback()
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 5 Oct 2012 11:22:43 +0000 (13:22 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 5 Oct 2012 11:22:43 +0000 (13:22 +0200)
commite2f614ab1a57c8ba057db3a074c2a38c314890fd
tree22330cb03abda982e14d53e12fd290ba624e393b
parent5f53f2576af28c953b95763ebdbc892d2f00ece4
tsm: screen: remove unused get_from_scrollback()

This function is not used and I do not intend to use it anywhere soon.
Therefore, remove it so it doesn't generate sparse warnings.

The only reason why I kept is was that we might want to retrieve these
when increasing window size. However, this will not be implemented in the
near future as we need to keep a buffer-fill state for it.

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