removed some remaining unused X11 stuff
[rocksndiamonds.git] / src / libgame / text.c
index 36cb6dd5a90bf61e89fe9bcd2b907fb414120d25..4c3f30ff143b2434cf66cc4f9d6dd135c6f69d56 100644 (file)
@@ -307,9 +307,6 @@ void DrawTextExt(DrawBuffer *dst_bitmap, int dst_x, int dst_y, char *text,
                                   font_width, font_height);
       }
 
-      SetClipOrigin(src_bitmap, src_bitmap->stored_clip_gc,
-                   dst_x - src_x, dst_y - src_y);
-
       BlitBitmapMasked(src_bitmap, dst_bitmap, src_x, src_y,
                       font_width, font_height, dst_x, dst_y);
     }