summaryrefslogtreecommitdiff
path: root/camlibs/stv0680/stv0680.h
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-09 10:12:20 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-09 10:12:20 +0000
commita9cd0e79280ba7f714d6e1356a58787884c9989d (patch)
tree42ee965389115c306587a0192443a4df6081d0ff /camlibs/stv0680/stv0680.h
parent38ce7160d8ff8c7ed699a8be246c07ab4fd80fe9 (diff)
downloadlibgphoto2-a9cd0e79280ba7f714d6e1356a58787884c9989d.tar.gz
2001-10-09 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* camlibs/stv0680/stv0680.[c,h]: Fix compile warnings by declaring some functions static. Use camera->port and camera->fs. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2460 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/stv0680/stv0680.h')
-rw-r--r--camlibs/stv0680/stv0680.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/stv0680/stv0680.h b/camlibs/stv0680/stv0680.h
index b11d48e42..ddc35d6ea 100644
--- a/camlibs/stv0680/stv0680.h
+++ b/camlibs/stv0680/stv0680.h
@@ -22,7 +22,6 @@
struct stv0680_s {
gp_port *gpiod;
- CameraFilesystem *fs;
};
#endif