Mercurial > audlegacy-plugins
comparison src/wavpack/libwavpack.cxx @ 1093:6a258916b7e4 trunk
[svn] - remove dead declarations
author | nenolod |
---|---|
date | Thu, 24 May 2007 23:21:29 -0700 |
parents | b51246bc3fb3 |
children | 3fa735fad598 |
comparison
equal
deleted
inserted
replaced
1092:085c579ba08a | 1093:6a258916b7e4 |
---|---|
28 # define DBG(format, args...) | 28 # define DBG(format, args...) |
29 #endif | 29 #endif |
30 | 30 |
31 #define BUFFER_SIZE 256 // read buffer size, in samples | 31 #define BUFFER_SIZE 256 // read buffer size, in samples |
32 | 32 |
33 extern "C" InputPlugin * get_iplugin_info(void); | |
34 static void wv_load_config(); | 33 static void wv_load_config(); |
35 static int wv_is_our_fd(gchar *filename, VFSFile *file); | 34 static int wv_is_our_fd(gchar *filename, VFSFile *file); |
36 static void wv_play(InputPlayback *); | 35 static void wv_play(InputPlayback *); |
37 static void wv_stop(InputPlayback *); | 36 static void wv_stop(InputPlayback *); |
38 static void wv_pause(InputPlayback *, short); | 37 static void wv_pause(InputPlayback *, short); |