From 13c7995b7aa46bee8b1afb36bbc0001780778131 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Jan 2017 19:45:31 +0100 Subject: 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 --- font-viewer/font-model.h | 1 - 1 file changed, 1 deletion(-) (limited to 'font-viewer/font-model.h') 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, -- cgit v1.2.1