aboutsummaryrefslogtreecommitdiff
path: root/src/window/Clipboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window/Clipboard.cpp')
-rw-r--r--src/window/Clipboard.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/window/Clipboard.cpp b/src/window/Clipboard.cpp
deleted file mode 100644
index b5b156e..0000000
--- a/src/window/Clipboard.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "../../include/mglpp/window/Clipboard.hpp"
-
-namespace mgl {
- // TODO: Implement
- // static
- void Clipboard::set_string(std::string str) {
-
- }
-
- // TODO: Implement
- // static
- std::string Clipboard::get_string() {
- return "";
- }
-} \ No newline at end of file