am 601acb66: Switch camera allocations to the system heap.

* commit '601acb664031226cf9883908c793d364c2e07e63':
  Switch camera allocations to the system heap.
diff --git a/libhwc/hwc.cpp b/libhwc/hwc.cpp
index f0050d0..ef0fbd9 100644
--- a/libhwc/hwc.cpp
+++ b/libhwc/hwc.cpp
@@ -1490,9 +1490,6 @@
 static int exynos5_set_fimd(exynos5_hwc_composer_device_1_t *pdev,
         hwc_display_contents_1_t* contents)
 {
-    if (!contents->dpy || !contents->sur)
-        return 0;
-
     hwc_layer_1_t *fb_layer = NULL;
     int err = 0;