diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 49ff5d9a7..78ad65c59 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -175,16 +175,6 @@ ephy_shell_init (EphyShell *shell) shell->priv = EPHY_SHELL_GET_PRIVATE (shell); - shell->priv->session = NULL; - shell->priv->bookmarks = NULL; - shell->priv->bme = NULL; - shell->priv->history_window = NULL; - shell->priv->pdm_dialog = NULL; - shell->priv->print_setup_dialog = NULL; - shell->priv->toolbars_model = NULL; - shell->priv->fs_toolbars_model = NULL; - shell->priv->extensions_manager = NULL; - /* globally accessible singleton */ g_assert (ephy_shell == NULL); ephy_shell = shell; |