X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=rgb_image_subpixel.cc;h=7b655044886a2f43fbf2c9b1000fb7b0b2b3eb55;hp=958d74866aa23119989deed8576692854f67bcd2;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hpb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41 diff --git a/rgb_image_subpixel.cc b/rgb_image_subpixel.cc index 958d748..7b65504 100644 --- a/rgb_image_subpixel.cc +++ b/rgb_image_subpixel.cc @@ -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(); }