[at-spi2-core] Remove debugging code.
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Remove debugging code.
- Date: Fri, 30 Apr 2010 18:33:34 +0000 (UTC)
commit bfcaaa89db19b0325d07aa713e53f30cf15def28
Author: Mike Gorse <mgorse novell com>
Date: Fri Apr 30 14:33:36 2010 -0400
Remove debugging code.
registryd/registry.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/registryd/registry.c b/registryd/registry.c
index 7940dad..e2ab4c8 100644
--- a/registryd/registry.c
+++ b/registryd/registry.c
@@ -155,7 +155,6 @@ add_application (SpiRegistry *reg, DBusConnection *bus, const gchar *name, const
children_added_listener (bus, reg->apps->len - 1, name, path);
}
-#include <stdio.h> //tmp. for dbg.
static void
set_id (SpiRegistry *reg, DBusConnection *bus, const gchar *name, const gchar *path)
{
@@ -164,7 +163,6 @@ set_id (SpiRegistry *reg, DBusConnection *bus, const gchar *name, const gchar *p
const char *iface_application = "org.a11y.atspi.Application";
const char *id = "Id";
-FILE *fp=fopen("/home/mgorse/xx","r");if(!fp)return;fclose(fp);
message = dbus_message_new_method_call (name, path,
DBUS_INTERFACE_PROPERTIES, "Set");
if (!message)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]