summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-06-05 13:03:00 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-06-05 13:05:19 -0700
commit08b16e9fe244cab2d8a8161616c85c2a72afa1c1 (patch)
treef2c02423868c9166f0e90174c11ecec8faac8387
parent9780a83cfd714d719f698e55bf785628d010b597 (diff)
tests: Remove unused header, gl_basic_cocoa.h
I accidentally commited this when adding Apple support to gl_basic_test.c. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--tests/functional/gl_basic_cocoa.h32
-rw-r--r--tests/functional/gl_basic_test.c2
2 files changed, 0 insertions, 34 deletions
diff --git a/tests/functional/gl_basic_cocoa.h b/tests/functional/gl_basic_cocoa.h
deleted file mode 100644
index b262063..0000000
--- a/tests/functional/gl_basic_cocoa.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2012 Intel Corporation
-//
-// All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions are met:
-//
-// - Redistributions of source code must retain the above copyright notice, this
-// list of conditions and the following disclaimer.
-//
-// - Redistributions in binary form must reproduce the above copyright notice,
-// this list of conditions and the following disclaimer in the documentation
-// and/or other materials provided with the distribution.
-//
-// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-#pragma once
-
-void
-gl_basic_cocoa_init(void);
-
-void
-gl_basic_cocoa_finish(void);
diff --git a/tests/functional/gl_basic_test.c b/tests/functional/gl_basic_test.c
index 81ba8cd..75cebcc 100644
--- a/tests/functional/gl_basic_test.c
+++ b/tests/functional/gl_basic_test.c
@@ -45,8 +45,6 @@
#include <waffle/waffle.h>
#include <waffle_test/waffle_test.h>
-#include "gl_basic_cocoa.h"
-
enum {
// Choosing a smaller window would shorten the execution time of pixel
// validation, but Windows 7 enforces a minimum size.