aboutsummaryrefslogtreecommitdiffstats
path: root/src/ffi.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-04-27 03:15:21 -0400
committerJesse Luehrs <doy@tozt.net>2016-04-27 03:15:21 -0400
commitbec239655c3d23db8a19b55cf08b232c5026a5f2 (patch)
treecd431d6adc40f65c607da54dab219cfd47d75566 /src/ffi.rs
parentea0444f2bb0ad94431a597e29f15d61cfa237508 (diff)
downloadvt100-rust-bec239655c3d23db8a19b55cf08b232c5026a5f2.tar.gz
vt100-rust-bec239655c3d23db8a19b55cf08b232c5026a5f2.zip
remove some unnecessary wrappers
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;