minor clean-up in FramebufferNativeWindow
This commit is contained in:
@@ -131,14 +131,6 @@ FramebufferNativeWindow::~FramebufferNativeWindow() {
|
||||
framebuffer_close(fbDev);
|
||||
}
|
||||
|
||||
void FramebufferNativeWindow::connect(android_native_window_t* window)
|
||||
{
|
||||
}
|
||||
|
||||
void FramebufferNativeWindow::disconnect(android_native_window_t* window)
|
||||
{
|
||||
}
|
||||
|
||||
int FramebufferNativeWindow::setSwapInterval(
|
||||
android_native_window_t* window, int interval)
|
||||
{
|
||||
@@ -146,12 +138,6 @@ int FramebufferNativeWindow::setSwapInterval(
|
||||
return fb->setSwapInterval(fb, interval);
|
||||
}
|
||||
|
||||
void FramebufferNativeWindow::setSwapRectangle(const Rect& dirty)
|
||||
{
|
||||
Mutex::Autolock _l(mutex);
|
||||
mDirty = dirty;
|
||||
}
|
||||
|
||||
int FramebufferNativeWindow::dequeueBuffer(android_native_window_t* window,
|
||||
android_native_buffer_t** buffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user