Removed plugin
This commit is contained in:
parent
0c540d0e41
commit
78e13ed045
17
x/plugin.go
17
x/plugin.go
@ -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."
|
|
||||||
}
|
|
Reference in New Issue
Block a user