Commit f94303f6fd1e631fa72750850084d374ea10f800

Authored by Perry Werneck
1 parent 4ddff97c
Exists in master and in 1 other branch develop

Fixing warning on windows build.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/terminal/windows/registry.c
@@ -205,7 +205,6 @@ @@ -205,7 +205,6 @@
205 205
206 // Save settings 206 // Save settings
207 size_t ix; 207 size_t ix;
208 - GString * str;  
209 208
210 v3270 * terminal = GTK_V3270(widget); 209 v3270 * terminal = GTK_V3270(widget);
211 v3270Class * klass = GTK_V3270_GET_CLASS(widget); 210 v3270Class * klass = GTK_V3270_GET_CLASS(widget);