summaryrefslogtreecommitdiff
path: root/old/termgfx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'old/termgfx.cc')
-rw-r--r--old/termgfx.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/old/termgfx.cc b/old/termgfx.cc
deleted file mode 100644
index 2897b13..0000000
--- a/old/termgfx.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-# include <luma/main.hh>
-# include <vulkan/vulkan.h>
-# include <wayland-client.h>
-# include <xcb/xcb.h>
-void luma::app_t::termgfx() {
- ::vkDestroyInstance(this->vkinst,nullptr);
- if(this->dispsrvproto == this->dispsrvproto_t::x) {
- ::xcb_disconnect(this->xconn);
- }
- else if(this->dispsrvproto == this->dispsrvproto_t::wayland) {
- ::wl_display_disconnect(this->wldisp);
- }
-}