lib/sqlite, sticker: migrate from class Error to C++ exceptions

This commit is contained in:
Max Kellermann
2016-10-27 07:50:08 +02:00
parent 8d41e9658f
commit 10e32454ef
11 changed files with 255 additions and 306 deletions

View File

@@ -252,8 +252,7 @@ glue_sticker_init(void)
return;
}
if (!sticker_global_init(std::move(sticker_file), error))
FatalError(error);
sticker_global_init(std::move(sticker_file));
#endif
}