summaryrefslogtreecommitdiff
path: root/render/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/font.h')
-rw-r--r--render/font.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/font.h b/render/font.h
index 17894b8b..03f960c6 100644
--- a/render/font.h
+++ b/render/font.h
@@ -30,9 +30,6 @@ struct _RrFont {
PangoLayout *layout; /*!< Used for measuring and rendering strings */
gint ascent; /*!< The font's ascent in pango-units */
gint descent; /*!< The font's descent in pango-units */
- gint shadow;
- gchar tint;
- gint offset;
};
void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *position);