File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ import {
1212 ColorQuery ,
1313 LineQuery ,
1414 RGBA ,
15- WindowElementDescription ,
16- WindowElementQuery ,
1715 WindowQuery ,
1816 WordQuery
1917} from "@nut-tree/shared" ;
@@ -99,16 +97,6 @@ const windowWithTitle = (title: string | RegExp): WindowQuery => {
9997 } ;
10098} ;
10199
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-
112100const pixelWithColor = ( color : RGBA ) : ColorQuery => {
113101 return {
114102 type : "color" ,
@@ -140,6 +128,5 @@ export {
140128 singleWord ,
141129 textLine ,
142130 windowWithTitle ,
143- windowElementDescribedBy ,
144131 pixelWithColor
145132} ;
You can’t perform that action at this time.
0 commit comments