user-accounts: Remove unused variables
And declarations.
This commit is contained in:
parent
faf34618fb
commit
e242da7ad1
2 changed files with 0 additions and 3 deletions
|
@ -187,7 +187,6 @@ static gboolean
|
|||
um_crop_area_draw (GtkWidget *widget,
|
||||
cairo_t *cr)
|
||||
{
|
||||
GdkRectangle area;
|
||||
GdkRectangle crop;
|
||||
gint width, height;
|
||||
UmCropArea *uarea = UM_CROP_AREA (widget);
|
||||
|
|
|
@ -74,8 +74,6 @@ enum
|
|||
|
||||
static guint signals[LAST_SIGNAL] = {0, };
|
||||
|
||||
static void initiate_check (UmLockButton *button);
|
||||
static void do_sync_check (UmLockButton *button);
|
||||
static void update_state (UmLockButton *button);
|
||||
|
||||
static void on_permission_changed (GPermission *permission,
|
||||
|
|
Loading…
Add table
Reference in a new issue