xed-app: Fix a typo

This commit is contained in:
JosephMcc 2017-02-09 04:04:03 -08:00
parent 17837139ac
commit 399fc81a41
1 changed files with 0 additions and 1 deletions

View File

@ -484,7 +484,6 @@ clear_options (XedApp *app)
priv->encoding = NULL;
priv->file_list = NULL;
priv->line_position = 0;
priv->column_position = 0;
priv->command_line = NULL;
}