aboutsummaryrefslogtreecommitdiff
path: root/src/slide_window.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-26 21:59:27 +0000
committerThomas White <taw@bitwiz.org.uk>2014-12-26 21:59:27 +0000
commitb6963faaa75b3fa6ff22ec0bf43670ac9b34279f (patch)
treefcef065083ebf60eb0a38097a643b6b023dcdc18 /src/slide_window.c
parent0857332781ab119e075c6e5bf1feb25bd5d032fa (diff)
"Fix" some more warnings
Diffstat (limited to 'src/slide_window.c')
-rw-r--r--src/slide_window.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/slide_window.c b/src/slide_window.c
index 27a8975..2f5ee98 100644
--- a/src/slide_window.c
+++ b/src/slide_window.c
@@ -102,7 +102,7 @@ struct menu_pl
};
-static gint add_furniture(GtkWidget *widget, struct menu_pl *pl)
+static gint UNUSED add_furniture(GtkWidget *widget, struct menu_pl *pl)
{
sc_block_append_end(pl->sw->cur_slide->scblocks,
strdup(pl->style_name), NULL, NULL);
@@ -113,9 +113,9 @@ static gint add_furniture(GtkWidget *widget, struct menu_pl *pl)
}
-static void update_style_menus(SlideWindow *sw)
+static void UNUSED update_style_menus(SlideWindow *sw)
{
- GtkWidget *menu;
+ //GtkWidget *menu;
SCInterpreter *scin;
struct style_id *styles;
int i, n_sty;
@@ -238,8 +238,8 @@ static void open_slidesorter_sig(GSimpleAction *action, GVariant *parameter, gpo
static void delete_frame_sig(GSimpleAction *action, GVariant *parameter, gpointer vp)
{
- SlideWindow *sw = vp;
#if 0
+ SlideWindow *sw = vp;
int i;
delete_subframe(sw->cur_slide, sw->p->selection);