remove not needed file.

This commit is contained in:
Miroslav Šedivý 2021-11-06 00:30:34 +01:00
parent d60c7b0dcd
commit 04ef2d3081

View File

@ -1,14 +0,0 @@
package types
type Button struct {
Name string
Code int
Keysym int
}
type Key struct {
Name string
Value string
Code int
Keysym int
}