From bc859fd4560cac60e9292ebaec88222c9eefd634 Mon Sep 17 00:00:00 2001
From: Felix Riemann <friemann@gnome.org>
Date: Thu, 21 Jul 2011 15:17:40 +0200
Subject: Remove leftover DBus service description file

It's not needed anymore after switching to GtkApplication.

origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/71c7a06
---
 src/eom-application-service.xml | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 src/eom-application-service.xml

(limited to 'src')

diff --git a/src/eom-application-service.xml b/src/eom-application-service.xml
deleted file mode 100644
index 6089812..0000000
--- a/src/eom-application-service.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/org/mate/eom/Eom">
-
-  <interface name="org.mate.eom.Application">
-    <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="eom_application"/>
-
-    <method name="OpenWindow">
-      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="eom_application_open_window"/>
-      <arg type="u" name="timestamp" direction="in"/>
-      <arg type="y" name="flags" direction="in"/>
-    </method>
-
-    <method name="OpenUris">
-      <annotation name="org.freedesktop.DBus.Glib.CSymbol" value="eom_application_open_uris"/>
-      <arg type="as" name="uris" direction="in"/>
-      <arg type="u" name="timestamp" direction="in"/>
-      <arg type="y" name="flags" direction="in"/>
-    </method>
-
-  </interface>
-
-</node>
-- 
cgit v1.2.1