aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 974b144c259..b257da117b6 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -152,11 +152,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
152 152
153/********** VARIABLES and FUNCTION PROTOTYPES **********/ 153/********** VARIABLES and FUNCTION PROTOTYPES **********/
154 154
155static Lisp_Object Qfontset;
156static Lisp_Object Qfontset_info;
157static Lisp_Object Qprepend, Qappend;
158Lisp_Object Qlatin;
159
160/* Vector containing all fontsets. */ 155/* Vector containing all fontsets. */
161static Lisp_Object Vfontset_table; 156static Lisp_Object Vfontset_table;
162 157