creator/engine/src/creator_note.cpp
changeset 51 b048e15729d6
parent 31 e7a04a6385be
child 52 36d60d12b4af
--- a/creator/engine/src/creator_note.cpp	Mon Aug 23 15:50:54 2010 +0300
+++ b/creator/engine/src/creator_note.cpp	Fri Sep 03 17:11:21 2010 +0300
@@ -22,14 +22,6 @@
 #include "creator_note.h" 
 #include "creator_traces.h"
 
-
-const TInt KCreatorDiskSpaceNeededForSingleDeletion( 8192 );
-_LIT( KCreatorNotepadFile, "c:Notepad.dat" );
-
-// @see \s60\app\organizer\notepad\notepad1\LibSrc\NpdCoreModel.cpp KSecureUid.Name()
-_LIT( KCreatorNotepadFormat, "SECURE[101F8878]" ); 
-_LIT( KCreatorNotepadDeleteAllSQL, "DELETE FROM Table1");
-
 //----------------------------------------------------------------------------
 
 CNotepadParameters::CNotepadParameters()
@@ -82,12 +74,13 @@
     if (iParameters)
         {
         delete iParameters;
-        iParameters;
+        iParameters = NULL;
         }
     
     if (iNotepadWrapper)
     	{
 		delete iNotepadWrapper;
+		iNotepadWrapper = NULL;
     	}
     }