diff options
author | Pablo Barciela <[email protected]> | 2019-07-08 03:05:40 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-07-16 00:15:19 +0000 |
commit | ac20629a3af897461da43e5b24f89756d63f9d6d (patch) | |
tree | c7edaa4475bcb9472a3afdb823f5bd720f468bec | |
parent | b04dc87d8cfc10d159746db53569cd926179da0c (diff) | |
download | pluma-ac20629a3af897461da43e5b24f89756d63f9d6d.tar.bz2 pluma-ac20629a3af897461da43e5b24f89756d63f9d6d.tar.xz |
pluma-preferences-dialog: remove unused struct member
-rw-r--r-- | pluma/dialogs/pluma-preferences-dialog.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pluma/dialogs/pluma-preferences-dialog.c b/pluma/dialogs/pluma-preferences-dialog.c index bf6ede29..2712b59d 100644 --- a/pluma/dialogs/pluma-preferences-dialog.c +++ b/pluma/dialogs/pluma-preferences-dialog.c @@ -136,9 +136,6 @@ struct _PlumaPreferencesDialogPrivate /* Plugins manager */ GtkWidget *plugin_manager_place_holder; - - /* Style Scheme editor dialog */ - GtkWidget *style_scheme_dialog; }; |