[libshumate] view: Trivial code cleanup



commit d5b5b2bef6c8121aeab0d06d5dd04acc2f8e66b9
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Mar 4 21:31:00 2021 -0300

    view: Trivial code cleanup
    
    Remove function prototype that are not needed anymore.

 shumate/shumate-view.c | 14 --------------
 1 file changed, 14 deletions(-)
---
diff --git a/shumate/shumate-view.c b/shumate/shumate-view.c
index b0b2cb0..3d9c338 100644
--- a/shumate/shumate-view.c
+++ b/shumate/shumate-view.c
@@ -171,20 +171,6 @@ typedef struct
 
 G_DEFINE_TYPE_WITH_PRIVATE (ShumateView, shumate_view, GTK_TYPE_WIDGET);
 
-static void shumate_view_get_property (GObject *object,
-    guint prop_id,
-    GValue *value,
-    GParamSpec *pspec);
-static void shumate_view_set_property (GObject *object,
-    guint prop_id,
-    const GValue *value,
-    GParamSpec *pspec);
-static void shumate_view_dispose (GObject *object);
-static void shumate_view_go_to_with_duration (ShumateView *view,
-    double latitude,
-    double longitude,
-    guint duration);
-
 /*static gboolean
 zoom_timeout_cb (gpointer data)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]