Removed plugin

This commit is contained in:
Sasha Koshka 2024-05-03 13:32:41 -04:00
parent 0c540d0e41
commit 78e13ed045

View File

@ -1,17 +0,0 @@
// Plugin x provides the X11 backend as a plugin.
package main
import "git.tebibyte.media/tomo/x"
import "git.tebibyte.media/tomo/tomo"
func init () {
tomo.Register(0, tomo.Factory(x.NewBackend))
}
func Name () string {
return "X"
}
func Description () string {
return "Provides an X11 backend."
}