Skip to content

Commit

Permalink
Remove unused flags
Browse files Browse the repository at this point in the history
BUG=
TEST=compile
REF_BUG=25561372
REF_CL=111371350
REF_TIME=2016-01-04T17:14:55-08:00
REF_TIME_RAW=1451956495 -0800
  • Loading branch information
yukawa committed Jan 5, 2016
1 parent 73a8154 commit b0259d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/mozc_version_template.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR=2
MINOR=17
BUILD=2404
BUILD=2405
REVISION=102
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
# downloaded by NaCl Mozc.
Expand Down
5 changes: 0 additions & 5 deletions src/win32/broker/ime_switcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
#include "win32/base/imm_util.h"
#include "win32/base/migration_util.h"

DEFINE_int32(ime_switcher_target_process_id, 0,
"The broker send messages to the process specified with this ID");
DEFINE_uint64(ime_switcher_target_process_creation_time, 0,
"The process creation time to specify the actual process with"
" process ID.");
DEFINE_bool(set_default_do_not_ask_again, false,
"Set true if SetDefaultDialog should not be displayed again.");

Expand Down

0 comments on commit b0259d5

Please sign in to comment.