Cleanup rt_overlay_get_position() and use in rt_draw_cb()
[geeqie.git] / src / keymap-template.cc
index fa76939..ebd248f 100644 (file)
@@ -19,8 +19,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <stddef.h>
-
 const char *keymap_template [] = {
 "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>",
 "<!-- Created with Inkscape (http://www.inkscape.org/) -->",
@@ -11687,5 +11685,5 @@ const char *keymap_template [] = {
 "         y=\"468.38324\" /></text>",
 "  </g>",
 "</svg>",
-NULL,
+nullptr,
 };