summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-19 15:06:26 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-19 15:06:26 (GMT)
commit302a2868a56976b41f8ae08e3262173eedb0e216 (patch)
tree6cf039771e2aef8e20b87db9f6ebe419f0f90a5b
parent28221c24cb706049b49961f80ba838f2c74200b0 (diff)
downloadeulogium-302a2868a56976b41f8ae08e3262173eedb0e216.zip
eulogium-302a2868a56976b41f8ae08e3262173eedb0e216.tar.gz
eulogium-302a2868a56976b41f8ae08e3262173eedb0e216.tar.bz2
remove old startPrint dbus call, it has been replaced.
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
-rw-r--r--src/eulogium.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index 58ad9f8..fb1cf9b 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -2250,8 +2250,6 @@ static void _cb_select_file(void *data, Evas_Object *obj EINA_UNUSED, void *even
} else {
eulogium_print_data_set(eulogium, filepath);
procedure_start_print(eulogium->dbus.proxy[PRINTER], &eulogium->print);
- //eldbus_proxy_call(eulogium->dbus.proxy[PRINTER], "startPrint", _on_start_print_ret, eulogium, -1, "sss",
- // eulogium->print.name, eulogium->print.file, eulogium->print.flags);
}
}
}