summaryrefslogtreecommitdiff
path: root/libgralloc/framebuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libgralloc/framebuffer.cpp')
-rw-r--r--libgralloc/framebuffer.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/libgralloc/framebuffer.cpp b/libgralloc/framebuffer.cpp
index 0ebc3dba..5c297c1f 100644
--- a/libgralloc/framebuffer.cpp
+++ b/libgralloc/framebuffer.cpp
@@ -43,14 +43,6 @@
#include <profiler.h>
#define EVEN_OUT(x) if (x & 0x0001) {x--;}
-/** min of int a, b */
-static inline int min(int a, int b) {
- return (a<b) ? a : b;
-}
-/** max of int a, b */
-static inline int max(int a, int b) {
- return (a>b) ? a : b;
-}
enum {
PAGE_FLIP = 0x00000001,