aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/narrative_window.c4
-rw-r--r--src/sc_interp.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/narrative_window.c b/src/narrative_window.c
index 73b9677..7184f53 100644
--- a/src/narrative_window.c
+++ b/src/narrative_window.c
@@ -306,8 +306,8 @@ static gint load_ss_response_sig(GtkWidget *d, gint response,
static void load_ss_sig(GSimpleAction *action, GVariant *parameter,
gpointer vp)
{
- SCBlock *nsblock;
- SCBlock *templ;
+ //SCBlock *nsblock;
+ //SCBlock *templ;
NarrativeWindow *nw = vp;
GtkWidget *d;
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 852f8ac..44f9412 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -1054,7 +1054,7 @@ static void run_macro_contents(SCInterpreter *scin)
static void run_editable(SCInterpreter *scin, SCBlock *contents)
{
- struct sc_state *st = &scin->state[scin->j];
+ //struct sc_state *st = &scin->state[scin->j];
sc_interp_save(scin);
scin->state[scin->j].macro_real_block = NULL;