summaryrefslogtreecommitdiffhomepage
path: root/api/is-window-visible.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/is-window-visible.hpp')
-rw-r--r--api/is-window-visible.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/is-window-visible.hpp b/api/is-window-visible.hpp
deleted file mode 100644
index 18c9251a..00000000
--- a/api/is-window-visible.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <QWidget>
-#include "export.hpp"
-
-OPENTRACK_API_EXPORT bool is_window_visible(const QWidget* widget);
-