AppImage - update web page
[geeqie.git] / src / bar_exif.h
index 63c30d4..30a7ab1 100644 (file)
@@ -27,11 +27,7 @@ void bar_pane_exif_update_from_config(GtkWidget *pane, const gchar **attribute_n
 
 void bar_pane_exif_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
 
-/* these are exposed for when duplication of the exif bar's text is needed */
-
-const gchar **bar_exif_key_list;
-const gint bar_exif_key_count;
-GList *bar_pane_exif_list();
+GList *bar_pane_exif_list(); /**< these are exposed for when duplication of the exif bar's text is needed */
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */