summaryrefslogtreecommitdiff
path: root/src/vterowdata.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vterowdata.hh')
-rw-r--r--src/vterowdata.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vterowdata.hh b/src/vterowdata.hh
index 7c6af830..2d66b603 100644
--- a/src/vterowdata.hh
+++ b/src/vterowdata.hh
@@ -227,15 +227,6 @@ _vte_row_data_get_writable (VteRowData *row, gulong col)
return &row->cells[col];
}
-/*
- * Copy the common attributes from VteCellAttr to VteStreamCellAttr or vice versa.
- */
-static inline void
-_attrcpy (void *dst, void *src)
-{
- memcpy(dst, src, VTE_CELL_ATTR_COMMON_BYTES);
-}
-
void _vte_row_data_init (VteRowData *row);
void _vte_row_data_clear (VteRowData *row);
void _vte_row_data_fini (VteRowData *row);