Commit 4b420a0f7c899abdbb9ec0e2d6b3f1cccabd19be
1 parent
9b27a2a6
Exists in
master
and in
2 other branches
Removing unused variable.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/objects/application/application.c
... | ... | @@ -173,11 +173,8 @@ |
173 | 173 | |
174 | 174 | } |
175 | 175 | |
176 | - | |
177 | 176 | static gboolean on_user_interface(const gchar G_GNUC_UNUSED(*option), const gchar *value, gpointer G_GNUC_UNUSED(dunno), GError **error) { |
178 | 177 | |
179 | - GApplication * app = g_application_get_default(); | |
180 | - | |
181 | 178 | g_autoptr(GSettings) app_settings = pw3270_application_settings_new(); |
182 | 179 | g_autoptr(GSettings) win_settings = pw3270_application_window_settings_new(); |
183 | 180 | ... | ... |