From bec239655c3d23db8a19b55cf08b232c5026a5f2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 27 Apr 2016 03:15:21 -0400 Subject: remove some unnecessary wrappers --- src/ffi.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ffi.rs') 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; -- cgit v1.2.3-54-g00ecf