From e1e531145476d424ef7a882447fd411d18a974e8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 17 Jul 2020 11:52:29 +0200 Subject: stickynotes: Fix -Wformat-nonliteral warning --- stickynotes/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stickynotes/util.h') diff --git a/stickynotes/util.h b/stickynotes/util.h index 9a8b63a8..61d86c4f 100644 --- a/stickynotes/util.h +++ b/stickynotes/util.h @@ -23,7 +23,6 @@ #include #include -gchar * get_current_date(const gchar *format); void xstuff_change_workspace (GtkWindow *window, int new_space); int xstuff_get_current_workspace (GtkWindow *window); -- cgit v1.2.1