]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoordlayer.h
Use the correct definition.
[andy/viking.git] / src / vikcoordlayer.h
index 2e69aa8af1c4b6b6f2f11884ea7d5c5fb224adde..591a5319d9267de1fc0917a4efb18dc06753e62e 100644 (file)
@@ -42,15 +42,6 @@ GType vik_coord_layer_get_type ();
 
 typedef struct _VikCoordLayer VikCoordLayer;
 
-/* TODO 0.0.8: yup, everything goes. */
-
-VikCoordLayer *vik_coord_layer_new ( );
-void vik_coord_layer_draw ( VikCoordLayer *vcl, gpointer data );
-void vik_coord_layer_free ( VikCoordLayer *vcl );
-
-VikCoordLayer *vik_coord_layer_create ( VikViewport *vp );
-gboolean vik_coord_layer_properties ( VikCoordLayer *vcl, gpointer vp );
-
 G_END_DECLS
 
 #endif