[sysprof] Remove GSEAL macros
- From: Søren Sandmann Pedersen <ssp src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sysprof] Remove GSEAL macros
- Date: Fri, 25 Sep 2009 16:48:40 +0000 (UTC)
commit f871ceb3d3bea0cae3c8e4a44b706c8990583e3a
Author: Søren Sandmann Pedersen <sandmann daimi au dk>
Date: Fri Sep 25 12:47:55 2009 -0400
Remove GSEAL macros
footreestore.h | 24 ++++++++++++------------
sysprof.c | 8 --------
2 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/footreestore.h b/footreestore.h
index bac0312..8d5dbe7 100644
--- a/footreestore.h
+++ b/footreestore.h
@@ -45,24 +45,24 @@ struct _FooTreeStore
{
GObject parent;
- gint GSEAL (stamp);
- gpointer GSEAL (root);
- gpointer GSEAL (last);
- gint GSEAL (n_columns);
- gint GSEAL (sort_column_id);
- GList *GSEAL (sort_list);
- GtkSortType GSEAL (order);
- GType *GSEAL (column_headers);
- GtkTreeIterCompareFunc GSEAL (default_sort_func);
- gpointer GSEAL (default_sort_data);
- GDestroyNotify GSEAL (default_sort_destroy);
+ gint stamp;
+ gpointer root;
+ gpointer last;
+ gint n_columns;
+ gint sort_column_id;
+ GList *sort_list;
+ GtkSortType order;
+ GType *column_headers;
+ GtkTreeIterCompareFunc default_sort_func;
+ gpointer default_sort_data;
+ GDestroyNotify default_sort_destroy;
guint row_changed_id;
guint row_inserted_id;
guint row_has_child_toggled_id;
guint rows_reordered_id;
- guint GSEAL (columns_dirty) : 1;
+ guint (columns_dirty) : 1;
};
struct _FooTreeStoreClass
diff --git a/sysprof.c b/sysprof.c
index 77ada79..7d9d8ff 100644
--- a/sysprof.c
+++ b/sysprof.c
@@ -608,14 +608,6 @@ fill_callers_list (Application *app)
}
static void
-fill_lists (Application *app)
-{
- fill_main_list (app);
- fill_callers_list (app);
- fill_descendants_tree (app);
-}
-
-static void
enter_display_mode (Application *app)
{
app->state = DISPLAYING;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]