Commit Diff


commit - 092a63203be736454ac80eab935c05c8d8386a4d
commit + ba173f75b4425a2a7655fde75edf1c2dcf716a1d
blob - e6205d8df618198cb51d55ac3008362d9565a8ee
blob + 4b6a2051133ce23efddf466905f234f18beeaf07
--- siomixer.h
+++ siomixer.h
@@ -16,8 +16,6 @@
 
 #include <glib-object.h>
 
-typedef struct _audiowidget AudioWidget;
-
 struct app_state {
 	struct sioctl_hdl *hdl;
 	struct pollfd *pfds;
@@ -25,15 +23,3 @@ struct app_state {
 	struct info *infolist;
 	GListStore *store;
 };
-
-struct _audiowidget {
-	GtkWidget *box;
-	GtkWidget *scale;
-};
-
-GtkWidget *audiowidget_get_gtkwidget(AudioWidget *);
-GtkRange *audiowidget_get_gtkrange(AudioWidget *);
-#if 0
-AudioWidget *audiowidget_new(struct info *);
-void audiowidget_free(AudioWidget *);
-#endif