summaryrefslogtreecommitdiff
path: root/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gnote/files/patch-src_remotecontrolproxy.cpp')
-rw-r--r--deskutils/gnote/files/patch-src_remotecontrolproxy.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp b/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp
deleted file mode 100644
index 6a1989f12946..000000000000
--- a/deskutils/gnote/files/patch-src_remotecontrolproxy.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/remotecontrolproxy.cpp.orig 2015-11-28 15:44:34 UTC
-+++ src/remotecontrolproxy.cpp
-@@ -35,7 +35,7 @@ namespace {
- void load_interface_from_file(const char *filename, const char *interface_name,
- Glib::RefPtr<Gio::DBus::InterfaceInfo> & interface)
- {
-- if(interface != 0) {
-+ if(interface) {
- return;
- }
- std::ifstream fin(filename);