automatic commit
[folded-ctf.git] / rgb_image_subpixel.cc
index 3338f50..7b65504 100644 (file)
@@ -12,7 +12,9 @@
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
@@ -33,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();
 }