kate: Remove unused variable from unit test

This commit is contained in:
Sebastian Dröge 2014-02-08 20:07:57 +01:00
parent 6f178ea8dc
commit 2139a18272

View file

@ -55,10 +55,6 @@ static const guint8 kate_header_0x00[45] = {
0x69, 0x6e, 0x20, 0x6f, 0x6c, 0x64, 0x20, 0x74, 0x65, 0x78, 0x74, 0x08, 0x00 /* in old text.. */
};
static const guint8 kate_header_0x01[1] = {
0x01
};
static const guint8 kate_header_0x7f[1] = {
0x7f
};