From 177dda1dd44912f2e5576b0d82c7dfc241052d73 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:16:24 -0400 Subject: [PATCH] CmdDenotate - Removed TDB2::commit. --- src/commands/CmdDenotate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdDenotate.cpp b/src/commands/CmdDenotate.cpp index 990c567ca..17845f515 100644 --- a/src/commands/CmdDenotate.cpp +++ b/src/commands/CmdDenotate.cpp @@ -159,7 +159,6 @@ int CmdDenotate::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_DENO_1 : STRING_CMD_DENO_N, count); return rc; }