diff options
author | Marvin W <git@larma.de> | 2023-01-31 15:12:39 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2023-02-07 10:50:43 +0100 |
commit | 18321ed15ce782ff5d1f24de9f2fb459d714d125 (patch) | |
tree | baf849afe826691b351110b8899701f698692eb9 /xmpp-vala/src/util.vala | |
parent | 95fefaff51e5506d3f0e5fe8bced14aeb3fbe037 (diff) | |
download | dino-18321ed15ce782ff5d1f24de9f2fb459d714d125.tar.gz dino-18321ed15ce782ff5d1f24de9f2fb459d714d125.zip |
Collapse most stream releated errors into IOError
Diffstat (limited to 'xmpp-vala/src/util.vala')
-rw-r--r-- | xmpp-vala/src/util.vala | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmpp-vala/src/util.vala b/xmpp-vala/src/util.vala index fda21f88..6c0d0c9b 100644 --- a/xmpp-vala/src/util.vala +++ b/xmpp-vala/src/util.vala @@ -38,11 +38,3 @@ public long from_hex(string numeral) { } } - -namespace Xmpp { - public errordomain SendError { - IO, - NoStream, - Misc - } -} |