summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/iriver
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-07 20:05:44 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-07 20:05:44 +0000
commit12ef8723f8f69ab70e2af7ac8a2cc4b7bf319b96 (patch)
treee8efffe72eb7f42adebf0e385bb1f8e10702ade0 /firmware/target/coldfire/iriver
parentd00b7e8a6d460d9781b3e0b4b3708fdec73233a7 (diff)
lcd-remote-target.h: Use only in firmware/target/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31614 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/coldfire/iriver')
-rw-r--r--firmware/target/coldfire/iriver/lcd-remote-target.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/firmware/target/coldfire/iriver/lcd-remote-target.h b/firmware/target/coldfire/iriver/lcd-remote-target.h
deleted file mode 100644
index f981abe3cc..0000000000
--- a/firmware/target/coldfire/iriver/lcd-remote-target.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id: lcd-remote-target.h 11967 2007-01-09 23:29:07Z linus $
- *
- * Copyright (C) 2007 by Jens Arnold
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-#ifndef LCD_REMOTE_TARGET_H
-#define LCD_REMOTE_TARGET_H
-
-#ifdef HAVE_REMOTE_LCD_TICKING
-void lcd_remote_emireduce(bool state);
-#endif
-
-#endif