aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-08 17:20:53 +0200
committerDavid Robillard <d@drobilla.net>2020-04-08 17:21:10 +0200
commitbfa082018900790441ced7f763e719fbf13a5574 (patch)
tree6a45aef76c1cab5e0d4dfa83ec19b2a65ea821de /pugl
parent29ba1095370abcdc341086b258bfe046f50100fc (diff)
downloadpugl-bfa082018900790441ced7f763e719fbf13a5574.tar.gz
pugl-bfa082018900790441ced7f763e719fbf13a5574.tar.bz2
pugl-bfa082018900790441ced7f763e719fbf13a5574.zip
Remove deprecated backend headers
Diffstat (limited to 'pugl')
-rw-r--r--pugl/pugl_cairo_backend.h23
-rw-r--r--pugl/pugl_gl_backend.h23
2 files changed, 0 insertions, 46 deletions
diff --git a/pugl/pugl_cairo_backend.h b/pugl/pugl_cairo_backend.h
deleted file mode 100644
index 3f8cec3..0000000
--- a/pugl/pugl_cairo_backend.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
-
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
-
- THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-*/
-
-#ifndef PUGL_PUGL_CAIRO_BACKEND_H
-#define PUGL_PUGL_CAIRO_BACKEND_H
-
-#warning "This header is deprecated, use pugl/pugl_cairo.h instead."
-#include "pugl/pugl_cairo.h"
-
-#endif // PUGL_PUGL_CAIRO_BACKEND_H
diff --git a/pugl/pugl_gl_backend.h b/pugl/pugl_gl_backend.h
deleted file mode 100644
index e1b9a15..0000000
--- a/pugl/pugl_gl_backend.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
-
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
-
- THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-*/
-
-#ifndef PUGL_PUGL_GL_BACKEND_H
-#define PUGL_PUGL_GL_BACKEND_H
-
-#warning "This header is deprecated, use pugl/pugl_gl.h instead."
-#include "pugl/pugl_gl.h"
-
-#endif // PUGL_PUGL_GL_BACKEND_H