Update comment and remove an unused variable 33/194233/2
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 30 Nov 2018 07:54:04 +0000 (16:54 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 01:53:21 +0000 (10:53 +0900)
Change-Id: Ib76066435fbcbb817c5444fdfa15f879577678f8

dali/internal/event/common/stage-impl.cpp
dali/public-api/rendering/shader.h

index f747bfd..d8fcdb6 100644 (file)
@@ -61,8 +61,6 @@ namespace Internal
 namespace
 {
 
-const float DEFAULT_STEREO_BASE( 65.0f );
-
 // Signals
 
 const char* const SIGNAL_KEY_EVENT =                 "keyEvent";
index 6c57ab9..4f1ead7 100644 (file)
@@ -105,7 +105,7 @@ public:
       /**
        * @brief Name: "program", Type: MAP.
        * @note The default value is empty.
-       * @note Format: {"vertex":"","fragment":"",hints:"","vertexPrefix":"","fragmentPrefix":""}
+       * @note Format: {"vertex":"","fragment":"",hints:""}
        * @SINCE_1_1.43
        */
       PROGRAM = DEFAULT_OBJECT_PROPERTY_START_INDEX