diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index e8f52b50e..b2acb09aa 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -31,7 +31,6 @@ #include "ephy-stock-icons.h" #include "ephy-window.h" #include "ephy-file-helpers.h" -#include "ephy-thread-helpers.h" #include "ephy-bookmarks-import.h" #include "ephy-bookmarks-editor.h" #include "ephy-history-window.h" @@ -208,7 +207,6 @@ ephy_shell_init (EphyShell *gs) (gpointer *)ptr); ephy_debug_init (); - ephy_thread_helpers_init (); ephy_file_helpers_init (); ephy_stock_icons_init (); ephy_ensure_dir_exists (ephy_dot_dir ()); |