From: Mike Sheldon Date: Sun, 22 Mar 2009 07:21:23 +0000 (+0200) Subject: ChamplainView:actor is read-only, should not have a set function X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d510d2e89038b4abb4098c3d5d5443d80251d6;p=libchamplain ChamplainView:actor is read-only, should not have a set function --- diff --git a/champlain/champlain-zoom-level.h b/champlain/champlain-zoom-level.h index 64f774f..6027bbe 100644 --- a/champlain/champlain-zoom-level.h +++ b/champlain/champlain-zoom-level.h @@ -64,8 +64,6 @@ void champlain_zoom_level_set_width (ChamplainZoomLevel *self, guint width); void champlain_zoom_level_set_height (ChamplainZoomLevel *self, guint height); void champlain_zoom_level_set_zoom_level (ChamplainZoomLevel *self, gint zoom_level); -void champlain_zoom_level_set_actor (ChamplainZoomLevel *self, - ClutterActor *actor); void champlain_zoom_level_add_tile (ChamplainZoomLevel *self, ChamplainTile *tile);