diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-21 14:40:19 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-21 14:40:19 +0000 |
commit | aa2c3ce4dcbbe498216407141479e20410d55b77 (patch) | |
tree | 49b5e6c0d0235b517e05643f8438120b6ea92ae2 /input/error.h | |
parent | 833ce8edc2b4cde819a2aa7efb8e562958c48acd (diff) |
input: code cleanup
Diffstat (limited to 'input/error.h')
-rw-r--r-- | input/error.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/input/error.h b/input/error.h index 9f767d1a..f5f4c757 100644 --- a/input/error.h +++ b/input/error.h @@ -40,5 +40,3 @@ DBusHandlerResult err_does_not_exist(DBusConnection *conn, DBusMessage *msg, const char *str); DBusHandlerResult err_not_supported(DBusConnection *conn, DBusMessage *msg); - - |