diff --git a/pushmsg.cpp b/pushmsg.cpp index 72c3044..45142ab 100644 --- a/pushmsg.cpp +++ b/pushmsg.cpp @@ -59,7 +59,6 @@ void read_options(int argc, char *argv[]) message.base_url = vm["baseurl"].as(); message.token = vm["token"].as(); if (vm.count("title") != 0) - { message.title = vm["title"].as(); }