From 9b939a615d29b22ceab0da881b641f45381660b3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 8 Mar 2008 23:41:30 +0000 Subject: Revert accidental tree commit. Sorry for that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16572 a1c6a512-1295-4272-9138-f99709370657 --- apps/player/bmp.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 apps/player/bmp.h (limited to 'apps/player/bmp.h') diff --git a/apps/player/bmp.h b/apps/player/bmp.h deleted file mode 100644 index ddfa349d9d..0000000000 --- a/apps/player/bmp.h +++ /dev/null @@ -1,35 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Daniel Stenberg - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef _BMP_H_ -#define _BMP_H_ - -/********************************************************************* - * read_bmp_file(), minimalistic version for charcell displays - * - * Reads a 1 bit BMP file and puts the data in a horizontal packed - * 1 bit-per-pixel char array. Width must be <= 8 pixels. - * Returns < 0 for error, or number of bytes used from the bitmap - * buffer, which equals bitmap height. - * - **********************************************/ -int read_bmp_file(const char* filename, - unsigned char *bitmap, - int maxsize); - -#endif -- cgit v1.2.3