Drop use of not existing function
This commit is contained in:
parent
aee51246a5
commit
792f488cbc
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ void LayerManager::post_layer(const LayerInfo &layer) {
|
|||
auto height = layer.display_frame.bottom - layer.display_frame.top;
|
||||
|
||||
if (!window) {
|
||||
auto buffer = FrameBuffer::getFB()->getColorBufferFromHandle(layer.buffer_handle);
|
||||
|
||||
window = FrameBuffer::getFB()->createWindow(layer.display_frame.left,
|
||||
layer.display_frame.top,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue