mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
yaft: disable unused dcs functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: d4a5e87146
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
a6ab029502
commit
4bca77d7d1
@@ -8,7 +8,9 @@ void erase_cell(struct terminal_t *term, int y, int x)
|
||||
cellp->color_pair = term->color_pair; /* bce */
|
||||
cellp->attribute = ATTR_RESET;
|
||||
cellp->width = HALF;
|
||||
#if 0
|
||||
cellp->has_pixmap = false;
|
||||
#endif
|
||||
|
||||
term->line_dirty[y] = true;
|
||||
}
|
||||
@@ -54,7 +56,9 @@ int set_cell(struct terminal_t *term, int y, int x, const struct glyph_t *glyphp
|
||||
|
||||
cell.attribute = term->attribute;
|
||||
cell.width = (glyph_width)glyphp->width;
|
||||
#if 0
|
||||
cell.has_pixmap = false;
|
||||
#endif
|
||||
|
||||
cellp = &term->cells[y][x];
|
||||
*cellp = cell;
|
||||
|
Reference in New Issue
Block a user