diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-30 02:03:40 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-30 02:03:40 +0800 |
commit | 5b3154f5ddb95f162389340b178d6fc51b3a3bd7 (patch) | |
tree | 3a8864b23bc42022667951be1aae6374bd0a4419 /lib/ephy-file-helpers.h | |
parent | 4c444c0f7693b9a0f3058729bea04832b66d6214 (diff) | |
download | gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar.gz gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar.bz2 gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar.lz gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar.xz gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.tar.zst gsoc2013-epiphany-5b3154f5ddb95f162389340b178d6fc51b3a3bd7.zip |
Always use the EphyEmbedShell to know if we are a private instance
We can now get rid of the EphyFileHelpers method.
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index 095f7135d..83d9198d0 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -83,7 +83,6 @@ gboolean ephy_file_browse_to (GFile *file, guint32 user_time); void ephy_file_delete_directory (const char *path); void ephy_file_delete_uri (const char *uri); -gboolean ephy_has_private_profile (void); void ephy_file_load_accels (void); void ephy_file_save_accels (void); |