diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-05-05 17:33:53 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-05-15 02:19:51 +0300 |
commit | 2eb13b86c950ee615fb5261fda345f2099f3f235 (patch) | |
tree | 70775e7dc896119abd9e8913beb2c3595b4783f4 /src/main.c | |
parent | bbf21e61fbaa12532601f5f2b3d33a531ce590b5 (diff) |
Remove unused "scan" variable from main_opts
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -238,7 +238,6 @@ static void init_defaults(void) { /* Default HCId settings */ memset(&main_opts, 0, sizeof(main_opts)); - main_opts.scan = SCAN_PAGE; main_opts.mode = MODE_CONNECTABLE; main_opts.name = g_strdup("BlueZ"); main_opts.discovto = DEFAULT_DISCOVERABLE_TIMEOUT; |