idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewsticker.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 26 1b758917cafc
--- a/idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewsticker.cpp	Thu Jan 07 12:39:41 2010 +0200
+++ b/idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewsticker.cpp	Mon Jan 18 20:10:36 2010 +0200
@@ -131,18 +131,6 @@
             (ControlAdapter()))->Title(aIndex);
     }
 
-
-// ---------------------------------------------------------
-// CXnNewsticker::SetSeparatorImageL
-// ---------------------------------------------------------
-//
-TInt CXnNewsticker::SetSeparatorImageL(CGulIcon* aIcon)
-    {
-    return (static_cast<CXnNewstickerAdapter*>
-            (ControlAdapter()))->SetSeparatorImageL(aIcon);
-    }
-
-
 // ---------------------------------------------------------
 // CXnNewsticker::ClearTitles
 // ---------------------------------------------------------
@@ -153,27 +141,6 @@
             (ControlAdapter()))->ClearTitles();
     }
 
-
-// ---------------------------------------------------------
-// CXnNewsticker::AppendSvgTitleL
-// ---------------------------------------------------------
-//
-void CXnNewsticker::AppendSvgTitleL(const TDesC8& aByteData)
-    {
-    (static_cast<CXnNewstickerAdapter*>
-            (ControlAdapter()))->AppendSvgTitleL(aByteData);
-    }
-
-// ---------------------------------------------------------
-// CXnNewsticker::InsertSvgTitleL
-// ---------------------------------------------------------
-//
-void CXnNewsticker::InsertSvgTitleL(const TDesC8& aByteData, TInt aIndex)
-    {
-    (static_cast<CXnNewstickerAdapter*>
-            (ControlAdapter()))->InsertSvgTitleL(aByteData, aIndex);
-    }
-
 // ---------------------------------------------------------
 // CXnNewsticker::SetCallbackInterfaceL
 // ---------------------------------------------------------