aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index f2f604b..9495feb 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -270,13 +270,6 @@ static int check_callback(SCInterpreter *scin, SCBlock *bl)
}
-PangoFont *sc_interp_get_font(SCInterpreter *scin)
-{
- struct sc_state *st = &scin->state[scin->j];
- return st->font;
-}
-
-
PangoFontDescription *sc_interp_get_fontdesc(SCInterpreter *scin)
{
struct sc_state *st = &scin->state[scin->j];