summaryrefslogtreecommitdiffstats
path: root/bin/tools/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tools/benchmark.c')
-rw-r--r--bin/tools/benchmark.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/tools/benchmark.c b/bin/tools/benchmark.c
index f4c6c52..99050f7 100644
--- a/bin/tools/benchmark.c
+++ b/bin/tools/benchmark.c
@@ -359,11 +359,6 @@ main (int argc, char *argv[])
goto cleanup_manager;
}
- if (!uca_camera_parse_arg_props (camera, argv, argc - 1, &error)) {
- g_print ("Error setting properties: %s\n", error->message);
- goto cleanup_camera;
- }
-
benchmark (camera, &options);
g_io_channel_shutdown (log_channel, TRUE, &error);