diff options
Diffstat (limited to 'src/proctable.cpp')
-rw-r--r-- | src/proctable.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/proctable.cpp b/src/proctable.cpp index 50d22fb..158b8f7 100644 --- a/src/proctable.cpp +++ b/src/proctable.cpp @@ -139,7 +139,6 @@ proctable_set_columns_order(GtkTreeView *treeview, GSList *order) } - GSList* proctable_get_columns_order(GtkTreeView *treeview) { @@ -190,7 +189,7 @@ save_column_width (gpointer data) return FALSE; } -void +static void cb_proctable_column_resized(GtkWidget *widget, GParamSpec *pspec, gpointer data) { current_column = GTK_TREE_VIEW_COLUMN(widget); |