aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffi.c')
-rw-r--r--src/ffi.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ffi.c b/src/ffi.c
index fb2a3b3..f3d1ecf 100644
--- a/src/ffi.c
+++ b/src/ffi.c
@@ -1,16 +1,6 @@
#include <stdlib.h>
#include "../libvt100/src/vt100.h"
-int vt100_wrapper_rows(VT100Screen *vt)
-{
- return vt->grid->max.row;
-}
-
-int vt100_wrapper_cols(VT100Screen *vt)
-{
- return vt->grid->max.col;
-}
-
int vt100_wrapper_cell_is_wide(struct vt100_cell *cell)
{
return cell->is_wide;