--- a/idlehomescreen/inc/xnnewsticker.h Tue May 25 12:29:32 2010 +0300
+++ b/idlehomescreen/inc/xnnewsticker.h Wed Jun 09 09:29:04 2010 +0300
@@ -36,18 +36,6 @@
{
_LIT8(KType, "newsticker");
-class MXnNewstickerCallbackInterface
- {
- public: // New functions
-
- /**
- * Called when the title has been shown and is now offscreen.
- * @param aTitleIndex The title that has been completely shown.
- */
- virtual void TitleScrolled(TInt aTitleIndex) = 0;
-
- };
-
class MXnNewstickerInterface : public XnComponentInterface::MXnComponentInterface
{
public: // New functions
@@ -100,12 +88,6 @@
* Delete all titles.
*/
virtual void ClearTitles() = 0;
-
- /**
- * Set callback interface.
- * @param aCallback The callback interface pointer.
- */
- virtual void SetCallbackInterfaceL(MXnNewstickerCallbackInterface* aCallback) = 0;
};
}
@@ -177,25 +159,6 @@
*/
void ClearTitles();
- /**
- * Append the SVG title to be shown.
- * @param aByteData The SVG data.
- */
- void AppendSvgTitleL(const TDesC8& aByteData);
-
- /**
- * Insert the SVG title to be shown.
- * @param aByteData The SVG data.
- */
- void InsertSvgTitleL(const TDesC8& aByteData, TInt aIndex);
-
- /**
- * Set callback interface.
- * @param aCallback The callback interface pointer.
- */
- void SetCallbackInterfaceL(
- XnNewstickerInterface::MXnNewstickerCallbackInterface* aCallback);
-
/**
* Create a component interface according to the given type.
* @param aType Type of the interface to create