Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Aug 30, 2012
1 parent 69c450f commit 45f1cb3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ void setup_default_options(ConfOptions *options)

options->shell.path = g_strdup(GQ_DEFAULT_SHELL_PATH);
options->shell.options = g_strdup(GQ_DEFAULT_SHELL_OPTIONS);

#if 0
for (i = 0; ExifUIList[i].key; i++)
ExifUIList[i].current = ExifUIList[i].default_value;
#endif
}

void copy_layout_options(LayoutOptions *dest, const LayoutOptions *src)
Expand Down

0 comments on commit 45f1cb3

Please sign in to comment.