--- a/idlehomescreen/inc/xnnewsticker.h Thu Jan 07 12:39:41 2010 +0200
+++ b/idlehomescreen/inc/xnnewsticker.h Mon Jan 18 20:10:36 2010 +0200
@@ -96,31 +96,12 @@
*/
virtual const TDesC& Title(TInt aIndex) = 0;
- /**
- * Set the separator image for all titles.
- * @param aIcon The separator image. This must be mif icon.
- * @return KErrNone if successful, KErrArgument if the icon is not mif.
- */
- virtual TInt SetSeparatorImageL(CGulIcon* aIcon) = 0;
-
/**
* Delete all titles.
*/
virtual void ClearTitles() = 0;
/**
- * Append the SVG title to be shown.
- * @param aByteData The SVG data.
- */
- virtual void AppendSvgTitleL(const TDesC8& aByteData) = 0;
-
- /**
- * Insert the SVG title to be shown.
- * @param aByteData The SVG data.
- */
- virtual void InsertSvgTitleL(const TDesC8& aByteData, TInt aIndex) = 0;
-
- /**
* Set callback interface.
* @param aCallback The callback interface pointer.
*/
@@ -191,13 +172,6 @@
*/
const TDesC& Title(TInt aIndex);
- /**
- * Set the separator image for all titles.
- * @param aIcon The separator image. This must be mif icon.
- * @return KErrNone if successful, KErrArgument if the icon is not mif.
- */
- TInt SetSeparatorImageL(CGulIcon* aIcon);
-
/**
* Delete all titles.
*/