Fix build (merge due to gerrit latency)

Change-Id: I7422a6fb34dabc3c92645d47148ce7d740c31128
diff --git a/system/gralloc/gralloc.cpp b/system/gralloc/gralloc.cpp
index e448a96..3d08158 100644
--- a/system/gralloc/gralloc.cpp
+++ b/system/gralloc/gralloc.cpp
@@ -1553,10 +1553,6 @@
         lock: gralloc_lock,
         unlock: gralloc_unlock,
         perform: NULL,
-#if PLATFORM_VERSION > 9 // In Q, we want to specify these, but SDK version is not 29 yet.
-        validateBufferSize: NULL,
-        getTransportSize: NULL,
-#endif // PLATFORM_VERSION > 9
 #if PLATFORM_SDK_VERSION >= 18
         lock_ycbcr: gralloc_lock_ycbcr,
 #endif // PLATFORM_SDK_VERSION >= 18