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:
Mats Lidell 2003-01-24 10:56:06 +00:00
parent 7b3a9cfbd6
commit 74cc9e41fa
29 changed files with 0 additions and 153 deletions

View file

@ -101,9 +101,3 @@ void lcd_backlight (bool on)
InvalidateRect (hGUIWnd, NULL, FALSE);
}
/* -----------------------------------------------------------------
* local variables:
* eval: (load-file "../../firmware/rockbox-mode.el")
* end:
*/

View file

@ -198,9 +198,3 @@ int button_get(bool block)
return bits;
}
/* -----------------------------------------------------------------
* local variables:
* eval: (load-file "rockbox-mode.el")
* end:
*/

View file

@ -181,8 +181,3 @@ void lcd_update (void)
}
#endif
/* -----------------------------------------------------------------
* local variables:
* eval: (load-file "../../firmware/rockbox-mode.el")
* end:
*/