util: Remove unused code

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-10-10 08:50:21 +02:00
parent 1489cfa796
commit 0bcf3fa08e
2 changed files with 0 additions and 85 deletions

View File

@@ -110,22 +110,6 @@ G_BEGIN_DECLS
}
/** If the GObject object is non-NULL, unref it */
void calls_object_unref (gpointer object);
/** Find a particular pointer value in a GtkListStore */
gboolean
calls_list_store_find (GtkListStore *store,
gpointer needle,
gint needle_column,
GtkTreeIter *iter);
/** Append a single character to a GtkEntry's contents */
void
calls_entry_append (GtkEntry *entry,
gchar character);
gboolean calls_date_time_is_same_day (GDateTime *a,
GDateTime *b);