]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgoto.c
Remove the now unused viewport alpha pixbuf and gdk pixbuf compositing method.
[andy/viking.git] / src / vikgoto.c
index b53459d23f1c5f6ac03978563d78c41851d77ce6..b223ebaabeb9e6e794bad0e39ac318360d3668d4 100644 (file)
@@ -409,7 +409,7 @@ gint a_vik_goto_where_am_i ( VikViewport *vvp, struct LatLon *ll, gchar **name )
   
  tidy:
   g_mapped_file_unref ( mf );
-  g_remove ( tmpname );
+  (void)g_remove ( tmpname );
   g_free ( tmpname );
   return result;
 }