Drop dead drawing procedures

This commit is contained in:
Dorota Czaplejewicz
2019-09-26 07:27:16 +00:00
parent 27d54fb38a
commit 231982d7f7
3 changed files with 0 additions and 223 deletions

View File

@ -67,11 +67,6 @@ static const EekColor DEFAULT_FOREGROUND_COLOR = {0.3, 0.3, 0.3, 1.0};
static const EekColor DEFAULT_BACKGROUND_COLOR = {1.0, 1.0, 1.0, 1.0};
/* eek-keyboard-drawing.c */
extern void _eek_rounded_polygon (cairo_t *cr,
gdouble radius,
EekPoint *points,
guint num_points);
static void eek_renderer_real_render_button_label (EekRenderer *self,
PangoLayout *layout,
const struct squeek_button *button);