summaryrefslogtreecommitdiff
path: root/libgralloc/gr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgralloc/gr.h')
-rw-r--r--libgralloc/gr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgralloc/gr.h b/libgralloc/gr.h
index 37ee4e52..797d57ee 100644
--- a/libgralloc/gr.h
+++ b/libgralloc/gr.h
@@ -71,10 +71,6 @@ int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
void free_buffer(private_handle_t *hnd);
int getYUVPlaneInfo(private_handle_t* pHnd, struct android_ycbcr* ycbcr);
-// Use uncached for all scenarios except when the CPU needs to read or write
-// often
-bool useUncached(const int& usage);
-
/*****************************************************************************/
class Locker {