automatic commit
[folded-ctf.git] / rgb_image_subpixel.cc
index 958d748..7b65504 100644 (file)
@@ -35,15 +35,6 @@ RGBImageSubpixel::RGBImageSubpixel(RGBImage *image) : RGBImage(image->width() *
 
 RGBImageSubpixel::~RGBImageSubpixel() { }
 
-void RGBImageSubpixel::read_ppm(const char *filename) {
-  abort();
-}
-
-void RGBImageSubpixel::write_ppm(const char *filename) {
-  abort();
-}
-
-
 void RGBImageSubpixel::read_png(const char *filename) {
   abort();
 }