diff options
author | rbuj <[email protected]> | 2020-07-17 11:52:29 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-07-24 18:51:24 +0200 |
commit | e1e531145476d424ef7a882447fd411d18a974e8 (patch) | |
tree | 100434ca70d0dde03b768eb73bd6658abfe3fd48 /stickynotes/util.h | |
parent | 7b4863d13487a770738a22afa8cf3c108bc04cf2 (diff) | |
download | mate-applets-e1e531145476d424ef7a882447fd411d18a974e8.tar.bz2 mate-applets-e1e531145476d424ef7a882447fd411d18a974e8.tar.xz |
stickynotes: Fix -Wformat-nonliteral warning
Diffstat (limited to 'stickynotes/util.h')
-rw-r--r-- | stickynotes/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <glib.h> #include <gtk/gtk.h> -gchar * get_current_date(const gchar *format); void xstuff_change_workspace (GtkWindow *window, int new_space); int xstuff_get_current_workspace (GtkWindow *window); |