mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
7b3a9cfbd6
commit
74cc9e41fa
29 changed files with 0 additions and 153 deletions
|
@ -75,8 +75,5 @@ int lang_load(char *filename)
|
|||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||
*/
|
||||
|
|
|
@ -28,8 +28,5 @@
|
|||
int lang_load(char *filename);
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -299,7 +299,5 @@ bool main_menu(void)
|
|||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||
*/
|
||||
|
|
|
@ -793,9 +793,3 @@ void sort_playlist(bool start_current)
|
|||
|
||||
mpeg_flush_and_reload_tracks();
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -415,9 +415,3 @@ bool bounce(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -346,9 +346,6 @@ bool cube(void)
|
|||
#endif /* USE_DEMOS */
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||
*/
|
||||
|
||||
|
|
|
@ -1361,9 +1361,3 @@ bool set_time(char* string, int timedate[])
|
|||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -769,9 +769,3 @@ bool settings_menu(void)
|
|||
menu_exit(m);
|
||||
return result;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -59,9 +59,3 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -1307,9 +1307,3 @@ bool dirbrowse(char *root)
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -808,8 +808,5 @@ static bool draw_player_progress(struct mp3entry* id3, int ff_rewwind_count)
|
|||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||
*/
|
||||
|
|
|
@ -172,9 +172,3 @@ void backlight_init(void)
|
|||
|
||||
backlight_on();
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -114,9 +114,3 @@ struct dirent* readdir(DIR* dir)
|
|||
|
||||
return theent;
|
||||
}
|
||||
|
||||
/*
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -554,9 +554,3 @@ int lseek(int fd, int offset, int whence)
|
|||
|
||||
return pos;
|
||||
}
|
||||
|
||||
/*
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -335,11 +335,3 @@ static int button_read(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -584,9 +584,3 @@ static void scroll_thread(void)
|
|||
}
|
||||
|
||||
#endif /* HAVE_LCD_CHARCELLS */
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -833,9 +833,3 @@ static void scroll_thread(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -809,9 +809,3 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -632,9 +632,3 @@ calloc (size_t nmemb, size_t size)
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -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:
|
||||
*/
|
||||
|
|
|
@ -946,9 +946,3 @@ int gen_fnt_file(struct font* pf, char *path)
|
|||
fclose(ofp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -101,9 +101,3 @@ void lcd_backlight (bool on)
|
|||
|
||||
InvalidateRect (hGUIWnd, NULL, FALSE);
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -198,9 +198,3 @@ int button_get(bool block)
|
|||
|
||||
return bits;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
|
@ -181,8 +181,3 @@ void lcd_update (void)
|
|||
}
|
||||
|
||||
#endif
|
||||
/* -----------------------------------------------------------------
|
||||
* local variables:
|
||||
* eval: (load-file "../../firmware/rockbox-mode.el")
|
||||
* end:
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue