Skip to content

Commit

Permalink
Drop XKB related conditional compilation
Browse files Browse the repository at this point in the history
Not used. Artifacts from Konsole.
  • Loading branch information
luis-pereira committed Oct 23, 2023
1 parent 7bc912c commit 092ce1f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/Vt102Emulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,6 @@
#include "Vt102Emulation.h"
#include "tools.h"

// XKB
//#include <config-konsole.h>

// this allows konsole to be compiled without XKB and XTEST extensions
// even though it might be available on a particular system.
#if defined(AVOID_XKB)
#undef HAVE_XKB
#endif

#if defined(HAVE_XKB)
void scrolllock_set_off();
void scrolllock_set_on();
#endif

// Standard
#include <cstdio>
#include <unistd.h>
Expand Down

0 comments on commit 092ce1f

Please sign in to comment.