graphicshwdrivers/surfacemgr/inc/surface_hints.h
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/graphicshwdrivers/surfacemgr/inc/surface_hints.h	Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicshwdrivers/surfacemgr/inc/surface_hints.h	Wed Sep 01 12:39:21 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -47,12 +47,6 @@
 */
 const TInt KSurfaceProtection = 0x3;
 
-/** Hint about the surface’s characteristics or properties,
-   For example if a surface can be persisted by the effects engine.
-   @see TSurfaceCharacteristics for possible values.
-*/
-const TInt KSurfaceCharacteristics = 0x4;
-
 
 /** Values used for the KSurfaceContent key */
 enum TSurfaceContent
@@ -126,17 +120,6 @@
     };
 
 
-/** Values used for the KSurfaceCharacteristics key. The values are bitmasks and can be combined.
-*/
-enum TSurfaceCharacteristics
-    {
-    /**
-    * Surface cannot be persisted once it has been closed by the creator
-    */
-    ENotPersistable = 1,
-    };
-
-
 class TSurfaceUpdate
     {
     /** Constructor.
@@ -202,7 +185,7 @@
     return ( iValue & 0x80000000 ) ? ETrue : EFalse;
     }
 
-} //namespace surfaceHints
+}; //namespace surfaceHints
 
 #endif //__SURFACE_HINTS_H__