diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-06 09:36:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-06 09:36:23 +0200 |
commit | 1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e (patch) | |
tree | 697f6c2fb5f3f91ab64e6ed32c45e483bf31e442 /doc/info/chap/variables.texinfo | |
parent | Add golden hour and blue hour (diff) | |
download | libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.gz libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.bz2 libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.xz |
Clean up
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/chap/variables.texinfo')
-rw-r--r-- | doc/info/chap/variables.texinfo | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/info/chap/variables.texinfo b/doc/info/chap/variables.texinfo deleted file mode 100644 index aa44f19..0000000 --- a/doc/info/chap/variables.texinfo +++ /dev/null @@ -1,15 +0,0 @@ -@node Variables -@chapter Variables - -@file{<libred.h>} defines the variable -@example -extern int libred_fd -@end example -@indent -which is either @code{-1} or the file descriptor the -library uses to access the colour temperature lookup -table. The header also defines @code{LIBRED_HAVE_FD}. -It is possible that @code{libred_fd} is removed in a -future version. If it is, @code{LIBRED_HAVE_FD} will -be removed too. - |