From 36748e5f7dcaa3231801ecca2d1069cada1bbbb7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 8 Sep 2014 00:19:35 -0400 Subject: [PATCH] CmdDuplicate - Removed TDB2::commit. --- src/commands/CmdDuplicate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/CmdDuplicate.cpp b/src/commands/CmdDuplicate.cpp index 7c7942d41..096f28da1 100644 --- a/src/commands/CmdDuplicate.cpp +++ b/src/commands/CmdDuplicate.cpp @@ -133,7 +133,6 @@ int CmdDuplicate::execute (std::string& output) if (i->first != "") context.footnote (i->second); - context.tdb2.commit (); feedback_affected (count == 1 ? STRING_CMD_DUPLICATE_1 : STRING_CMD_DUPLICATE_N, count); return rc; }