Skip to content

Commit

Permalink
ChafaWorkCell: Remove obsolete structs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Feb 18, 2024
1 parent c743dbd commit 3146ae0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions chafa/internal/chafa-work-cell.c
Expand Up @@ -27,21 +27,6 @@
#include "internal/chafa-pixops.h"
#include "internal/chafa-work-cell.h"

typedef struct
{
ChafaPixel fg;
ChafaPixel bg;
gint error;
}
SymbolEval;

typedef struct
{
ChafaPixel fg;
ChafaPixel bg;
gint error [2];
}
SymbolEval2;

static void
accum_to_color (const ChafaColorAccum *accum, ChafaColor *color)
Expand Down

0 comments on commit 3146ae0

Please sign in to comment.