From 26c3686162bb948150ec41115c4dc2e7026d919b Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Tue, 24 Oct 2023 02:15:56 +0200 Subject: [PATCH] cogl: Remove some unused files Note that the .gitignore may prevented other files from being removed in older checkouts. Part-of: --- cogl/.gitignore | 88 ------------------------------------ cogl/cogl-mutter-config.h.in | 7 --- cogl/config-custom.h | 32 ------------- 3 files changed, 127 deletions(-) delete mode 100644 cogl/.gitignore delete mode 100644 cogl/cogl-mutter-config.h.in delete mode 100644 cogl/config-custom.h diff --git a/cogl/.gitignore b/cogl/.gitignore deleted file mode 100644 index cd9492d23..000000000 --- a/cogl/.gitignore +++ /dev/null @@ -1,88 +0,0 @@ -ABOUT-NLS -INSTALL -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -compile -*.pc -.deps -.libs -.dirstamp -*.o -*.lo -*.la -*.gcov -*.exe -/README -stamp-enum-types -stamp-marshal -/build/autotools/*.m4 -/build/win32/*.bat -!/build/autotools/acglib.m4 -!/build/autotools/introspection.m4 -!/build/autotools/as-glibconfig.m4 -!/build/autotools/as-linguas.m4 -!/build/autotools/as-compiler-flag.m4 -/build/config.guess -/build/config.rpath -/build/config.sub -*.gir -*.typelib -cogl-pango.rc -cogl.rc -cogl-defines.h -cogl-egl-defines.h -cogl-enum-types.c -cogl-enum-types.h -cogl-gl-header.h -cogl-config.h -cogl-config.h.in -cogl-mutter-config.h -config.log -config.lt -config.status -configure -depcomp -/deps/glib/glibconfig.h -/deps/gmodule/gmoduleconf.h -/doc/reference/cogl/cogl-docs.xml -/doc/reference/cogl-2.0-experimental/cogl-2.0-experimental-docs.xml -/doc/reference/cogl-gst/cogl-gst-docs.xml -gtk-doc.make -install-sh -libtool -ltmain.sh -missing -mkinstalldirs -stamp-h1 -TAGS -/tests/tools/disable-npots.sh -/tests/conform/test-launcher.sh -/tests/interactive/wrapper.sh -/tests/conform/*.bat -/tests/conform/config.env -/tests/conform/.log -/tests/unit/.log -/tests/config.env -/po/POTFILES -/po/*.gmo -/po/Makefile.in.in -/po/Makevars.template -/po/Rules-quot -/po/boldquot.sed -/po/en@boldquot.header -/po/en@quot.header -/po/insert-header.sin -/po/quot.sed -/po/remove-potcdate.sin -/po/remove-potcdate.sed -/po/stamp-po -*.swn -*.swo -*.swp -*~ -*.orig -*.rej -.DS_Store -.testlogs-* diff --git a/cogl/cogl-mutter-config.h.in b/cogl/cogl-mutter-config.h.in deleted file mode 100644 index 2c8967811..000000000 --- a/cogl/cogl-mutter-config.h.in +++ /dev/null @@ -1,7 +0,0 @@ -/* Have GL for rendering */ -#undef HAVE_COGL_GL - -/* Have GLES 2.0 for rendering */ -#undef HAVE_COGL_GLES2 - -#define COGL_CONFIG_H_INCLUDED 1 diff --git a/cogl/config-custom.h b/cogl/config-custom.h deleted file mode 100644 index 08fb9a40c..000000000 --- a/cogl/config-custom.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Cogl - * - * A Low Level GPU Graphics and Utilities API - * - * Copyright (C) 2011 Intel Corporation. - * - * Permission is hereby granted, free of charge, to any person - * obtaining a copy of this software and associated documentation - * files (the "Software"), to deal in the Software without - * restriction, including without limitation the rights to use, copy, - * modify, merge, publish, distribute, sublicense, and/or sell copies - * of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be - * included in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - */ - -/* The contents of this file get #included by config.h so it is - intended for extra configuration that needs to be included by all - Cogl source files. */ -