Remove commented out code.
[geeqie.git] / src / lirc.h
1 #ifndef LIRC_H
2 #define LIRC_H
3
4 #include "main.h"
5
6 #ifdef HAVE_LIRC
7 void layout_image_lirc_init(LayoutWindow *lw);
8 #endif
9
10 #endif
11 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */