summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-17 14:21:48 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-17 14:21:48 +0100
commit9da4e6a2c7ad73a0eb4f377533179eb606a14285 (patch)
tree2fc236a713caddd28537b15288acefeb380bd2aa
parentce9e1e8dad340988ba1777a75425c069b92d1deb (diff)
downloaduca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.gz
uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.bz2
uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.tar.xz
uca-net-9da4e6a2c7ad73a0eb4f377533179eb606a14285.zip
Remove obsolete function declarations
-rw-r--r--uca-net-camera.c4
-rw-r--r--uca-net-protocol.h24
2 files changed, 2 insertions, 26 deletions
diff --git a/uca-net-camera.c b/uca-net-camera.c
index 84ea857..ad3606d 100644
--- a/uca-net-camera.c
+++ b/uca-net-camera.c
@@ -398,8 +398,8 @@ uca_net_camera_finalize (GObject *object)
static gboolean
ufo_net_camera_initable_init (GInitable *initable,
- GCancellable *cancellable,
- GError **error)
+ GCancellable *cancellable,
+ GError **error)
{
UcaNetCamera *camera;
UcaNetCameraPrivate *priv;
diff --git a/uca-net-protocol.h b/uca-net-protocol.h
index 06648de..9ea6699 100644
--- a/uca-net-protocol.h
+++ b/uca-net-protocol.h
@@ -53,28 +53,4 @@ typedef struct {
gsize size;
} UcaNetMessageGrabRequest;
-
-gboolean uca_net_client_get_property (GSocketConnection *connection,
- const gchar *name,
- GValue *value,
- GError **error);
-gboolean uca_net_client_set_property (GSocketConnection *connection,
- const gchar *name,
- const GValue *value,
- GError **error);
-void uca_net_client_start_recording (GSocketConnection *connection,
- GError **error);
-void uca_net_client_stop_recording (GSocketConnection *connection,
- GError **error);
-void uca_net_client_start_readout (GSocketConnection *connection,
- GError **error);
-void uca_net_client_stop_readout (GSocketConnection *connection,
- GError **error);
-gboolean uca_net_client_grab (GSocketConnection *connection,
- gpointer data,
- gsize size,
- GError **error);
-gboolean uca_net_client_close (GSocketConnection *connection,
- GError **error);
-
#endif