--- a/uifw/EikStd/coctlinc/smileydrawer.h Tue Aug 31 15:28:30 2010 +0300
+++ b/uifw/EikStd/coctlinc/smileydrawer.h Wed Sep 01 12:16:19 2010 +0100
@@ -83,12 +83,6 @@
void SetPlayTimes( TInt aPlayTimes ){ iPlayTimes = aPlayTimes; };
- void SetVisibleRange( TInt aDocPos, TInt aLength )
- {
- iVisibleStart = aDocPos;
- iVisibleLength = aLength;
- };
-
void StartAnimTimerL();
static TInt AnimTimerCallbackL( TAny* aPtr );
void CheckAnimStatusL();
@@ -110,8 +104,6 @@
TRgb iHighlightColor;
TInt iPlayTimes;
- TInt iVisibleStart;
- TInt iVisibleLength;
// own
CSmileyAsyncDraw* iAsyncDraw;
// own