diff --git a/x/plugin.go b/x/plugin.go deleted file mode 100644 index 1c1f493..0000000 --- a/x/plugin.go +++ /dev/null @@ -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." -}