[poppler] poppler/GlobalParams.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu May 3 14:51:10 PDT 2012
poppler/GlobalParams.cc | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 23df93aaf495428b580bafd0fd1f41515828b08d
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu May 3 14:50:09 2012 -0700
We don't support the keyBinding concept
remove wrong merge
diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc
index 811a120..596d6ae 100644
--- a/poppler/GlobalParams.cc
+++ b/poppler/GlobalParams.cc
@@ -2238,7 +2238,6 @@ XpdfSecurityHandler *GlobalParams::getSecurityHandler(char *name) {
if (!loadPlugin("security", name)) {
return NULL;
}
- deleteGooList(keyBindings, KeyBinding);
lockGlobalParams;
for (i = 0; i < securityHandlers->getLength(); ++i) {
More information about the poppler
mailing list