comparison gui/ui/actions.c @ 35774:7224e8f93665

Remove unnecessary initialization.
author ib
date Fri, 25 Jan 2013 10:45:22 +0000
parents c688b0dcbe66
children 745d887d4975
comparison
equal deleted inserted replaced
35773:c688b0dcbe66 35774:7224e8f93665
57 #include "stream/stream.h" 57 #include "stream/stream.h"
58 #include "sub/sub.h" 58 #include "sub/sub.h"
59 59
60 #define GUI_REDRAW_WAIT 375 60 #define GUI_REDRAW_WAIT 375
61 61
62 static unsigned last_redraw_time = 0; 62 static unsigned last_redraw_time;
63 63
64 static void MediumPrepare(int type) 64 static void MediumPrepare(int type)
65 { 65 {
66 switch (type) { 66 switch (type) {
67 case STREAMTYPE_DVD: 67 case STREAMTYPE_DVD: