Issue #19: Remove unused variable from layer settings

This commit is contained in:
Mario Hüttel 2019-06-22 01:20:45 +02:00
parent 3ffd63115f
commit 01ab56e07a
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ static void layer_settings_gen_csv_line(GString *string, struct layer_info *linf
int layer_settings_to_csv(LayerSettings *settings, const char *path)
{
GFile *file;
int i;
GOutputStream *w_fstream;
GString *string;
GList *info_iter;