projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fc294
)
Revert "[Tizen] Temporary 'using PropertyBuffer = VertexBuffer'"
author
Daekwang Ryu
<dkdk.ryu@samsung.com>
Tue, 6 Oct 2020 03:07:34 +0000
(12:07 +0900)
committer
Daekwang Ryu
<dkdk.ryu@samsung.com>
Tue, 6 Oct 2020 03:07:34 +0000
(12:07 +0900)
This reverts commit
a37753d124f1e31b19bf98946619f90bfdb937d1
.
dali/public-api/rendering/vertex-buffer.h
patch
|
blob
|
history
diff --git
a/dali/public-api/rendering/vertex-buffer.h
b/dali/public-api/rendering/vertex-buffer.h
index 79d95073df014c1e6a27026d12c7983d7af7e672..5c25bec09f0837c73df62f7b956e03f4ee6ee20a 100644
(file)
--- a/
dali/public-api/rendering/vertex-buffer.h
+++ b/
dali/public-api/rendering/vertex-buffer.h
@@
-181,9
+181,6
@@
public:
explicit DALI_INTERNAL VertexBuffer(Internal::VertexBuffer* pointer);
};
-// This is a temporary using. It will be removed when the name change on another package is complete.
-using PropertyBuffer = VertexBuffer;
-
/**
* @}
*/