This commit is contained in:
Kovid Goyal 2011-10-14 04:57:25 +05:30
parent 46fcf6dbc0
commit db7870c40c

View File

@ -397,6 +397,7 @@ def command_add_format(args, dbpath):
def do_remove_format(db, id, fmt): def do_remove_format(db, id, fmt):
db.remove_format(id, fmt, index_is_id=True) db.remove_format(id, fmt, index_is_id=True)
send_message()
def remove_format_option_parser(): def remove_format_option_parser():
return get_parser(_( return get_parser(_(