about summary refs log tree commit diff stats
path: root/cpp/termbox/termbox.h
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-22 19:33:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-22 19:33:33 -0700
commitc04baba4f2cddeb07b94c5f0ce4efb7199b38281 (patch)
tree523fd527f51cbfe328dd2060c3a01545e9ca00e1 /cpp/termbox/termbox.h
parent9a31c34f0f2aab901be29e0844ae2fcb9b3f4a13 (diff)
downloadmu-c04baba4f2cddeb07b94c5f0ce4efb7199b38281.tar.gz
1140
Dump deprecated interface.
Diffstat (limited to 'cpp/termbox/termbox.h')
-rw-r--r--cpp/termbox/termbox.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/termbox/termbox.h b/cpp/termbox/termbox.h
index 65a965fc..e4a1086f 100644
--- a/cpp/termbox/termbox.h
+++ b/cpp/termbox/termbox.h
@@ -206,14 +206,6 @@ SO_IMPORT void tb_set_cursor(int cx, int cy);
 SO_IMPORT void tb_put_cell(int x, int y, const struct tb_cell *cell);
 SO_IMPORT void tb_change_cell(int x, int y, uint32_t ch, uint16_t fg, uint16_t bg);
 
-/* Copies the buffer from 'cells' at the specified position, assuming the
- * buffer is a two-dimensional array of size ('w' x 'h'), represented as a
- * one-dimensional buffer containing lines of cells starting from the top.
- *
- * (DEPRECATED: use tb_cell_buffer() instead and copy memory on your own)
- */
-SO_IMPORT void tb_blit(int x, int y, int w, int h, const struct tb_cell *cells);
-
 /* Returns a pointer to internal cell back buffer. You can get its dimensions
  * using tb_width() and tb_height() functions. The pointer stays valid as long
  * as no tb_clear() and tb_present() calls are made. The buffer is