File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import {
12
12
ColorQuery ,
13
13
LineQuery ,
14
14
RGBA ,
15
- WindowElementDescription ,
16
- WindowElementQuery ,
17
15
WindowQuery ,
18
16
WordQuery
19
17
} from "@nut-tree/shared" ;
@@ -99,16 +97,6 @@ const windowWithTitle = (title: string | RegExp): WindowQuery => {
99
97
} ;
100
98
} ;
101
99
102
- const windowElementDescribedBy = ( description : WindowElementDescription ) : WindowElementQuery => {
103
- return {
104
- type : "window-element" ,
105
- id : `window-element-described-by-${ JSON . stringify ( description ) } ` ,
106
- by : {
107
- description
108
- }
109
- } ;
110
- } ;
111
-
112
100
const pixelWithColor = ( color : RGBA ) : ColorQuery => {
113
101
return {
114
102
type : "color" ,
@@ -140,6 +128,5 @@ export {
140
128
singleWord ,
141
129
textLine ,
142
130
windowWithTitle ,
143
- windowElementDescribedBy ,
144
131
pixelWithColor
145
132
} ;
You can’t perform that action at this time.
0 commit comments