Remove unused header generator

This commit is contained in:
Dorota Czaplejewicz
2019-12-16 18:31:13 +00:00
parent 9ff11dc511
commit b6f3d9c1ea
4 changed files with 0 additions and 11 deletions

View File

@ -30,7 +30,6 @@
#include "config.h"
#include <glib/gprintf.h>
#include "eek-enumtypes.h"
#include "eekboard/eekboard-context-service.h"
#include "eekboard/key-emitter.h"
#include "keymap.h"

View File

@ -1,8 +0,0 @@
gnome = import('gnome')
enum_headers = [
'eek-types.h',
]
enums = gnome.mkenums_simple('eek-enumtypes', sources: enum_headers)