aboutsummaryrefslogtreecommitdiff
path: root/src/feednim/atom.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/feednim/atom.nim')
-rw-r--r--src/feednim/atom.nim10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/feednim/atom.nim b/src/feednim/atom.nim
index cce9c44..1b43b03 100644
--- a/src/feednim/atom.nim
+++ b/src/feednim/atom.nim
@@ -31,15 +31,6 @@ type
name*: string # Required Atom field
url*: string
email*: string
-
- AtomImage* = object
- url*: string
- title*: string
- link*: string
- width*: string
- height*: string
- description*: string
-
AtomLink* = object
href*: string
rel*: string
@@ -65,6 +56,7 @@ type
summary*: string
+
proc parseEntry( node: XmlNode) : AtomEntry =
var entry: AtomEntry = AtomEntry()