From 9d585cc6c4502875e690041e068038e0bdf8c47b Mon Sep 17 00:00:00 2001
From: vcaesar <vzvway@gmail.com>
Date: Thu, 3 Jan 2019 12:42:01 -0400
Subject: [PATCH] remove useless code

---
 bitmap/bitmap_class.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bitmap/bitmap_class.h b/bitmap/bitmap_class.h
index 14af468..1f7f9c0 100644
--- a/bitmap/bitmap_class.h
+++ b/bitmap/bitmap_class.h
@@ -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);
\ No newline at end of file
+// #endif /* PY_BITMAP_CLASS_H */
\ No newline at end of file