hwc: remove obsolete check for HWC 1.0 composition target

Change-Id: Iba61c14c8dc238e5ff33c30e2739f61aaa103871
Signed-off-by: Greg Hackmann <ghackmann@google.com>
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;