summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-10 10:08:58 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-12 05:30:16 (GMT)
commitd5bd1f023685a1a1afe7f4168045744e0a3ef88f (patch)
treefe6b0db1dd2b58075af2581ab3f5b29cd74fe00c /src/eulogium.h
parent4f788c2b6253b08d7f546878ecd1b9779188d719 (diff)
downloadeulogium-d5bd1f023685a1a1afe7f4168045744e0a3ef88f.zip
eulogium-d5bd1f023685a1a1afe7f4168045744e0a3ef88f.tar.gz
eulogium-d5bd1f023685a1a1afe7f4168045744e0a3ef88f.tar.bz2
[griffin.hmi] remove harma dbus proxy interface
The printerService now proxies all harma related calls or emulates them. This removes the need for a separate harma-dbus interface. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 8fdcd38..657ca96 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -64,9 +64,8 @@ struct print_data {
};
enum proxy_idx {
- HARMA,
- LED,
PRINTER,
+ LED,
LAST /* sentinel */
};