aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmicli/qmicli-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmicli/qmicli-helpers.h')
-rw-r--r--src/qmicli/qmicli-helpers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qmicli/qmicli-helpers.h b/src/qmicli/qmicli-helpers.h
index 0bf9e76..f5cf1ff 100644
--- a/src/qmicli/qmicli-helpers.h
+++ b/src/qmicli/qmicli-helpers.h
@@ -69,10 +69,6 @@ gboolean qmicli_read_non_empty_string (const gchar *str,
gchar **out);
gboolean qmicli_read_uint_from_string (const gchar *str,
guint *out);
-gboolean qmicli_read_uint16_from_string (const gchar *str,
- guint16 *out);
-gboolean qmicli_read_uint8_from_string (const gchar *str,
- guint8 *out);
gboolean qmicli_read_yes_no_from_string (const gchar *str,
gboolean *out);