mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
remove useless code
This commit is contained in:
parent
b1974fbf5b
commit
9d585cc6c4
1 changed files with 1 additions and 3 deletions
|
|
@ -21,6 +21,4 @@ typedef struct _BitmapObject BitmapObject;
|
|||
* Remember to call PyType_Ready() before using this for the first time! */
|
||||
BitmapObject BitmapObject_FromMMBitmap(MMBitmapRef bitmap);
|
||||
|
||||
// #endif /* PY_BITMAP_CLASS_H */
|
||||
//,MMRect rect
|
||||
MMPoint aFindBitmap(MMBitmapRef bit_map,MMRect rect);
|
||||
// #endif /* PY_BITMAP_CLASS_H */
|
||||
Loading…
Reference in a new issue