Move some types and constants from pan-types to specific modules
[geeqie.git] / src / pan-view / pan-timeline.cc
index e41a34d..f0a1e08 100644 (file)
 #include "pan-view.h"
 #include "typedefs.h"
 
+namespace
+{
+
+constexpr gint PAN_GROUP_MAX = 16;
+
+} // namespace
+
 void pan_timeline_compute(PanWindow *pw, FileData *dir_fd, gint *width, gint *height)
 {
        GList *list;