Diff
diff --git a/library/main.go b/library/main.go
deleted file mode 100644
index 72087f5..0000000
--- a/library/main.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package library
-
-func New() {
- // Purpose is to cache and !!!!be the source!!! of all textures, name the textures in a way if the extact same thing is needed, it could be grabed
- // all textures/contexts should be a pointer to the library
- // borders should be not draw on the canvas but uploaded here
- // use a wait group style thing to track when a reference should be cleaned
-}