Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/util/lit_bitmap.cpp b/util/lit_bitmap.cpp
deleted file mode 100644
index 8794408a..00000000
--- a/util/lit_bitmap.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-#include <allegro.h>
-
-#include "bitmap.h"
-#include "lit_bitmap.h"
-
-LitBitmap::LitBitmap( const Bitmap & b ):
-Bitmap( b ){
-}
-
-LitBitmap::LitBitmap():
-Bitmap(){
-}
-
-LitBitmap::~LitBitmap(){
-}
-
-void LitBitmap::draw( const int x, const int y, const Bitmap & where ) const {
- // ::draw_sprite_ex( where.getBitmap(), getBitmap(), x, y, SPRITE_LIT );
- // ::draw_sprite( where.getBitmap(), getBitmap(), x, y );
- Bitmap::draw( x, y, where );
-}
-
-void LitBitmap::drawHFlip( const int x, const int y, const Bitmap & where ) const {
- // ::draw_sprite_h_flip_ex( where.getBitmap(), getBitmap(), x, y, SPRITE_LIT );
- Bitmap::drawHFlip( x, y, where );
- // ::draw_sprite_h_flip_ex( where.getBitmap(), getBitmap(), x, y, SPRITE_LIT );
-}
diff --git a/util/lit_bitmap.h b/util/lit_bitmap.h
deleted file mode 100644
index 2a40c4cf..00000000
--- a/util/lit_bitmap.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _paintown_lit_bitmap_h
-#define _paintown_lit_bitmap_h
-
-#include "bitmap.h"
-
-class LitBitmap: public Bitmap {
-public:
- LitBitmap( const Bitmap & b );
- LitBitmap();
- virtual ~LitBitmap();
-
- virtual void draw( const int x, const int y, const Bitmap & where ) const;
- virtual void drawHFlip( const int x, const int y, const Bitmap & where ) const;
-};
-
-#endif

File Metadata

Mime Type
text/x-diff
Expires
Thu, Jun 11, 2:00 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69362
Default Alt Text
(1 KB)

Event Timeline