Clear some compiler warnings by commenting some functions, adding others to headers.

left in warnings where functions obviously need to get ported to 2.5x still.

Also, render stamp seq strip works again.
This commit is contained in:
2011-02-17 22:34:41 +00:00
parent 456ca98564
commit 27e812d697
34 changed files with 98 additions and 94 deletions

View File

@@ -76,7 +76,7 @@
#define TILE_BORDER_Y 8
/* button events */
static enum {
enum {
B_FS_DIRNAME,
B_FS_FILENAME
} /*eFile_ButEvents*/;