diff --git a/bridges/GBAtempBridge.php b/bridges/GBAtempBridge.php
index 98cafe7d..523dc980 100644
--- a/bridges/GBAtempBridge.php
+++ b/bridges/GBAtempBridge.php
@@ -20,70 +20,6 @@ class GBAtempBridge extends BridgeAbstract
]
]];
- private function buildItem($uri, $title, $author, $timestamp, $thumbnail, $content)
- {
- $item = [];
- $item['uri'] = $uri;
- $item['title'] = $title;
- $item['author'] = $author;
- $item['timestamp'] = $timestamp;
- $item['content'] = $content;
- if (!empty($thumbnail)) {
- $item['enclosures'] = [$thumbnail];
- }
- return $item;
- }
-
- private function decodeHtmlEntities($text)
- {
- $text = html_entity_decode($text);
- $convmap = [0x0, 0x2FFFF, 0, 0xFFFF];
- return trim(mb_decode_numericentity($text, $convmap, 'UTF-8'));
- }
-
- private function cleanupPostContent($content, $site_url)
- {
- $content = defaultLinkTo($content, self::URI);
- $content = stripWithDelimiters($content, '');
+ $content = stripWithDelimiters($content, '