aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffi.rs')
-rw-r--r--src/ffi.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ffi.rs b/src/ffi.rs
index 550e3b0..4586bcd 100644
--- a/src/ffi.rs
+++ b/src/ffi.rs
@@ -38,8 +38,6 @@ extern "C" {
col: libc::c_int,
) -> *mut types::CellImpl;
- pub fn vt100_wrapper_rows(screen: *mut types::ScreenImpl) -> libc::c_int;
- pub fn vt100_wrapper_cols(screen: *mut types::ScreenImpl) -> libc::c_int;
pub fn vt100_wrapper_cell_is_wide(cell: *mut types::CellImpl) -> libc::c_int;
pub fn vt100_wrapper_cell_bold(cell: *mut types::CellImpl) -> libc::c_int;
pub fn vt100_wrapper_cell_italic(cell: *mut types::CellImpl) -> libc::c_int;