Remove one final user of cogl-handle and cogl-handle.h itself

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Sjoerd Simons 2012-08-10 09:43:45 +02:00 committed by Robert Bragg
parent 09ddb9a633
commit 57f420e21e
2 changed files with 1 additions and 36 deletions

View File

@ -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
* <http://www.gnu.org/licenses/>.
*
*
*/
/* 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 */

View File

@ -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"