From 38c28167483403452bf50adc200023f5709d0925 Mon Sep 17 00:00:00 2001 From: Tungstend Date: Sun, 9 Feb 2025 22:20:09 +0800 Subject: [PATCH] remove useless file --- src/main/cpp/gl/buffer.h | 1 - src/main/cpp/gl/drawing.h | 1 - src/main/cpp/gl/getter.h | 1 - src/main/cpp/gl/gl.c | 1 - src/main/cpp/gl/gl_native.c | 1 - src/main/cpp/gl/gl_stub.c | 1 - src/main/cpp/gl/glsl/glsl_for_es.h | 1 - src/main/cpp/gl/loader.c | 5 ----- src/main/cpp/gl/loader.h | 8 -------- 9 files changed, 20 deletions(-) delete mode 100644 src/main/cpp/gl/loader.c delete mode 100644 src/main/cpp/gl/loader.h diff --git a/src/main/cpp/gl/buffer.h b/src/main/cpp/gl/buffer.h index f6be660..77b8a81 100644 --- a/src/main/cpp/gl/buffer.h +++ b/src/main/cpp/gl/buffer.h @@ -11,7 +11,6 @@ extern "C" { #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" diff --git a/src/main/cpp/gl/drawing.h b/src/main/cpp/gl/drawing.h index c25901e..228b177 100644 --- a/src/main/cpp/gl/drawing.h +++ b/src/main/cpp/gl/drawing.h @@ -15,7 +15,6 @@ #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" diff --git a/src/main/cpp/gl/getter.h b/src/main/cpp/gl/getter.h index b609e60..9156478 100644 --- a/src/main/cpp/gl/getter.h +++ b/src/main/cpp/gl/getter.h @@ -6,7 +6,6 @@ #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" #include "../version.h" diff --git a/src/main/cpp/gl/gl.c b/src/main/cpp/gl/gl.c index fb665ed..f56019f 100644 --- a/src/main/cpp/gl/gl.c +++ b/src/main/cpp/gl/gl.c @@ -6,7 +6,6 @@ #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" diff --git a/src/main/cpp/gl/gl_native.c b/src/main/cpp/gl/gl_native.c index 06e3288..bc76893 100644 --- a/src/main/cpp/gl/gl_native.c +++ b/src/main/cpp/gl/gl_native.c @@ -6,7 +6,6 @@ #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" #include diff --git a/src/main/cpp/gl/gl_stub.c b/src/main/cpp/gl/gl_stub.c index 89ec2d4..e9c5cb1 100644 --- a/src/main/cpp/gl/gl_stub.c +++ b/src/main/cpp/gl/gl_stub.c @@ -5,7 +5,6 @@ #include "gl.h" #include "glcorearb.h" #include "log.h" -#include "loader.h" #include "../gles/loader.h" #include "mg.h" #define DEBUG false diff --git a/src/main/cpp/gl/glsl/glsl_for_es.h b/src/main/cpp/gl/glsl/glsl_for_es.h index 952a5f0..57a0b4f 100644 --- a/src/main/cpp/gl/glsl/glsl_for_es.h +++ b/src/main/cpp/gl/glsl/glsl_for_es.h @@ -5,7 +5,6 @@ #include "../gl.h" #include "../glcorearb.h" #include "../log.h" -#include "../loader.h" #include "../gles/loader.h" #include diff --git a/src/main/cpp/gl/loader.c b/src/main/cpp/gl/loader.c deleted file mode 100644 index bc3f9c3..0000000 --- a/src/main/cpp/gl/loader.c +++ /dev/null @@ -1,5 +0,0 @@ -// -// Created by Swung0x48 on 2024/10/10. -// -#include "../includes.h" - diff --git a/src/main/cpp/gl/loader.h b/src/main/cpp/gl/loader.h deleted file mode 100644 index 4e4d918..0000000 --- a/src/main/cpp/gl/loader.h +++ /dev/null @@ -1,8 +0,0 @@ -// -// Created by Swung 0x48 on 2024/10/10. -// - -#ifndef MOBILEGLUES_GL_LOADER_H -#define MOBILEGLUES_GL_LOADER_H - -#endif //MOBILEGLUES_GL_LOADER_H