aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-state.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-state.c')
-rw-r--r--lib/ephy-state.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c
index 0a347c979..84e9c4e32 100644
--- a/lib/ephy-state.c
+++ b/lib/ephy-state.c
@@ -103,12 +103,8 @@ ensure_states (void)
{
if (states == NULL)
{
- volatile GType flags_type; /* work around gcc's optimiser */
char *xml_file;
- /* make sure the type is known when we read the db */
- flags_type = EPHY_TYPE_STATE_WINDOW_FLAGS;
-
xml_file = g_build_filename (ephy_dot_dir (),
EPHY_STATES_XML_FILE,
NULL);