aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp')
-rw-r--r--deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp b/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp
deleted file mode 100644
index f36684554b48..000000000000
--- a/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- libkdenetwork/gpgmepp/context.cpp.orig 2009-07-01 19:33:09.000000000 -0400
-+++ libkdenetwork/gpgmepp/context.cpp 2009-07-01 19:35:46.000000000 -0400
-@@ -53,6 +53,10 @@
-
- namespace GpgME {
-
-+ void initializeLibrary() {
-+ gpgme_check_version( 0 );
-+ }
-+
- const char * Error::source() const {
- return gpgme_strsource( (gpgme_error_t)mErr );
- }