diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2006-02-08 22:47:34 +0000 |
---|---|---|
committer | Theodore Kilgore <kilgota@auburn.edu> | 2006-02-08 22:47:34 +0000 |
commit | 6031c042ffbdfd424f602e06828237735f2940ad (patch) | |
tree | f984e6e5b4ec7305a48e4da86b0ac3826f3bf1bb /camlibs/mars | |
parent | ee1fadab342b7894f908344b59b24fd6a88e1ef4 (diff) | |
download | libgphoto2-6031c042ffbdfd424f602e06828237735f2940ad.tar.gz |
mars_postprocess() eliminated.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8546 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/mars')
-rw-r--r-- | camlibs/mars/mars.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/camlibs/mars/mars.h b/camlibs/mars/mars.h index 25924e31c..ee4b20eff 100644 --- a/camlibs/mars/mars.h +++ b/camlibs/mars/mars.h @@ -51,10 +51,6 @@ int M_COMMAND (GPPort *port, char *command, int size, char *response); int mars_routine (Info *info, GPPort *port, char param, int n); -/* Some basic color correction */ -int mars_postprocess(CameraPrivateLibrary *priv, int width, - int height, int is_compressed, unsigned char *rgb, int n); - /* The following are used for decompression of compressed-mode photos */ void precalc_table(code_table_t *table); unsigned char get_bits(unsigned char *inp, int bitpos); |