diff options
author | raveit65 <[email protected]> | 2017-01-08 19:45:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-17 12:28:22 +0100 |
commit | 13c7995b7aa46bee8b1afb36bbc0001780778131 (patch) | |
tree | 34de0f2b2924b7e04d4b3325f012c808507abaef /font-viewer/font-model.h | |
parent | 1b0cc40826c56d53d1ec9430e0125f00f266bc96 (diff) | |
download | mate-control-center-13c7995b7aa46bee8b1afb36bbc0001780778131.tar.bz2 mate-control-center-13c7995b7aa46bee8b1afb36bbc0001780778131.tar.xz |
Fontviewer: model: load font names asynchronously
This makes loading/populating of the model completely asynchronous.
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=331a080
Diffstat (limited to 'font-viewer/font-model.h')
-rw-r--r-- | font-viewer/font-model.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/font-viewer/font-model.h b/font-viewer/font-model.h index deed9470..68394ae5 100644 --- a/font-viewer/font-model.h +++ b/font-viewer/font-model.h @@ -32,7 +32,6 @@ G_BEGIN_DECLS typedef enum { COLUMN_NAME, - COLUMN_POINTER, COLUMN_PATH, COLUMN_ICON, COLUMN_COLLATION_KEY, |