diff options
| author | Mats Lidell <matsl@rockbox.org> | 2003-01-24 10:56:06 +0000 |
|---|---|---|
| committer | Mats Lidell <matsl@rockbox.org> | 2003-01-24 10:56:06 +0000 |
| commit | 74cc9e41fadc7a362144e920c2f5cbffd7e208ff (patch) | |
| tree | d9cd4b07c26a94c172fa7fa8ae3dc933d8db352e /firmware | |
| parent | 7b3a9cfbd6cf529df030daa1875b5010984f44c5 (diff) | |
| download | rockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.zip rockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.tar.gz rockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.tar.bz2 rockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.tar.xz | |
Remove use of rockbox-mode.el in local variables list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/backlight.c | 6 | ||||
| -rw-r--r-- | firmware/common/dir.c | 6 | ||||
| -rw-r--r-- | firmware/common/file.c | 6 | ||||
| -rw-r--r-- | firmware/common/strtok.c | 6 | ||||
| -rw-r--r-- | firmware/drivers/button.c | 8 | ||||
| -rw-r--r-- | firmware/drivers/button.h | 6 | ||||
| -rw-r--r-- | firmware/drivers/fat.c | 6 | ||||
| -rw-r--r-- | firmware/drivers/lcd-player.c | 6 | ||||
| -rw-r--r-- | firmware/drivers/lcd-recorder.c | 6 | ||||
| -rw-r--r-- | firmware/font.c | 3 | ||||
| -rw-r--r-- | firmware/font.h | 3 | ||||
| -rw-r--r-- | firmware/id3.c | 6 | ||||
| -rw-r--r-- | firmware/malloc/dmalloc.c | 6 | ||||
| -rw-r--r-- | firmware/mpeg.c | 6 |
14 files changed, 0 insertions, 80 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c index 5f11c8f..0974005 100644 --- a/firmware/backlight.c +++ b/firmware/backlight.c @@ -172,9 +172,3 @@ void backlight_init(void) backlight_on(); } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "rockbox-mode.el") - * end: - */ diff --git a/firmware/common/dir.c b/firmware/common/dir.c index 6bf9a53..61c3ccb 100644 --- a/firmware/common/dir.c +++ b/firmware/common/dir.c @@ -114,9 +114,3 @@ struct dirent* readdir(DIR* dir) return theent; } - -/* - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/common/file.c b/firmware/common/file.c index 644019e..4477ed1 100644 --- a/firmware/common/file.c +++ b/firmware/common/file.c @@ -554,9 +554,3 @@ int lseek(int fd, int offset, int whence) return pos; } - -/* - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/common/strtok.c b/firmware/common/strtok.c index 1028774..4a07948 100644 --- a/firmware/common/strtok.c +++ b/firmware/common/strtok.c @@ -59,9 +59,3 @@ strtok_r(char *ptr, const char *sep, char **end) } #endif /* this was only compiled if strtok_r wasn't present */ - -/* - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index ebf606a..2c33440 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -335,11 +335,3 @@ static int button_read(void) } #endif - - - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h index d961e77..c980e2e 100644 --- a/firmware/drivers/button.h +++ b/firmware/drivers/button.h @@ -74,9 +74,3 @@ int button_get_w_tmo(int ticks); #endif /* HAVE_PLAYER_KEYPAD */ #endif - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c index 9018204..020a48b 100644 --- a/firmware/drivers/fat.c +++ b/firmware/drivers/fat.c @@ -1804,9 +1804,3 @@ int fat_getnext(struct fat_dir *dir, struct fat_direntry *entry) } return 0; } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/drivers/lcd-player.c b/firmware/drivers/lcd-player.c index 1333a15..0ca551c 100644 --- a/firmware/drivers/lcd-player.c +++ b/firmware/drivers/lcd-player.c @@ -584,9 +584,3 @@ static void scroll_thread(void) } #endif /* HAVE_LCD_CHARCELLS */ - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c index 84fb486..6a73c07 100644 --- a/firmware/drivers/lcd-recorder.c +++ b/firmware/drivers/lcd-recorder.c @@ -833,9 +833,3 @@ static void scroll_thread(void) } #endif - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/font.c b/firmware/font.c index 2fe43b5..f1762ba 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -359,8 +359,5 @@ static void rotleft(unsigned char *dst, bitmap_t *src, unsigned int width, #endif /* HAVE_LCD_BITMAP */ /* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "rockbox-mode.el") * vim: et sw=4 ts=8 sts=4 tw=78 - * end: */ diff --git a/firmware/font.h b/firmware/font.h index 8e0bb9c..b45fccb 100644 --- a/firmware/font.h +++ b/firmware/font.h @@ -112,8 +112,5 @@ void font_reset(void); #endif /* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "rockbox-mode.el") * vim: et sw=4 ts=8 sts=4 tw=78 - * end: */ diff --git a/firmware/id3.c b/firmware/id3.c index be39aef..841d735 100644 --- a/firmware/id3.c +++ b/firmware/id3.c @@ -809,9 +809,3 @@ int main(int argc, char **argv) } #endif - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "rockbox-mode.el") - * end: - */ diff --git a/firmware/malloc/dmalloc.c b/firmware/malloc/dmalloc.c index 66983a1..7f1690b 100644 --- a/firmware/malloc/dmalloc.c +++ b/firmware/malloc/dmalloc.c @@ -632,9 +632,3 @@ calloc (size_t nmemb, size_t size) return result; } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "../rockbox-mode.el") - * end: - */ diff --git a/firmware/mpeg.c b/firmware/mpeg.c index ea07c94..503fe6d 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -2925,9 +2925,3 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int dbg_cnt2us(0); #endif } - -/* ----------------------------------------------------------------- - * local variables: - * eval: (load-file "rockbox-mode.el") - * end: - */ |