diff options
author | rbuj <[email protected]> | 2021-03-04 16:19:38 +0100 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2021-03-04 16:27:37 +0100 |
commit | 5bce857c80f0529545866cf79d297c46311e9832 (patch) | |
tree | 2ea69914d48d5a2a088d07ba355dc318a2f2ea91 | |
parent | 69870af1aed34b32a48ff75554b4438e222cc526 (diff) | |
download | pluma-5bce857c80f0529545866cf79d297c46311e9832.tar.bz2 pluma-5bce857c80f0529545866cf79d297c46311e9832.tar.xz |
pluma-window: unused variable ‘ui_file’ [-Wunused-variable]
-rw-r--r-- | pluma/pluma-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pluma/pluma-window.c b/pluma/pluma-window.c index e28bf7ec..a0031ca7 100644 --- a/pluma/pluma-window.c +++ b/pluma/pluma-window.c @@ -1496,7 +1496,6 @@ create_menu_bar_and_toolbar (PlumaWindow *window, GtkUIManager *manager; GtkRecentManager *recent_manager; GError *error = NULL; - gchar *ui_file; pluma_debug (DEBUG_WINDOW); |