From 57f420e21e3480d95fb4963b156bf284a1005390 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 10 Aug 2012 09:43:45 +0200 Subject: [PATCH] Remove one final user of cogl-handle and cogl-handle.h itself Reviewed-by: Robert Bragg --- cogl/cogl-handle.h | 35 ------------------------------- cogl/cogl-pipeline-fragend-glsl.c | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 cogl/cogl-handle.h diff --git a/cogl/cogl-handle.h b/cogl/cogl-handle.h deleted file mode 100644 index f69e97e53..000000000 --- a/cogl/cogl-handle.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Cogl - * - * An object oriented GL/GLES Abstraction/Utility Layer - * - * Copyright (C) 2010 Intel Corporation. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library. If not, see - * . - * - * - */ - -/* This file is just kept for compatability while we eradicate - * CoglHandle - */ - -#ifndef __COGL_HANDLE_H -#define __COGL_HANDLE_H - -#include "cogl-object-private.h" - -#endif /* __COGL_HANDLE_H */ - diff --git a/cogl/cogl-pipeline-fragend-glsl.c b/cogl/cogl-pipeline-fragend-glsl.c index 44ebb5929..60936738d 100644 --- a/cogl/cogl-pipeline-fragend-glsl.c +++ b/cogl/cogl-pipeline-fragend-glsl.c @@ -42,7 +42,7 @@ #include "cogl-internal.h" #include "cogl-context-private.h" -#include "cogl-handle.h" +#include "cogl-object-private.h" #include "cogl-shader-private.h" #include "cogl-program-private.h" #include "cogl-pipeline-cache.h"