Skip to content

Commit

Permalink
Remove TouchDisableGdk (dead code)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandlo committed Nov 1, 2022
1 parent d574855 commit 26b9322
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 80 deletions.
2 changes: 0 additions & 2 deletions src/gui/inputdevices/HandRecognition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "control/settings/Settings.h"
#include "gtk/gtk.h"
#include "gui/inputdevices/touchdisable/TouchDisableCustom.h"
#include "gui/inputdevices/touchdisable/TouchDisableGdk.h"
#include "gui/inputdevices/touchdisable/TouchDisableX11.h"

#include "InputContext.h"
Expand Down Expand Up @@ -76,7 +75,6 @@ void HandRecognition::reload() {
touchImpl = new TouchDisableCustom(enableCommand, disableCommand);
} else // Auto detect
{
// touchImpl = new TouchDisableGdk(this->widget);
#ifdef X11_ENABLED
if (x11Session) {
touchImpl = new TouchDisableX11();
Expand Down
44 changes: 0 additions & 44 deletions src/gui/inputdevices/touchdisable/TouchDisableGdk.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions src/gui/inputdevices/touchdisable/TouchDisableGdk.h

This file was deleted.

0 comments on commit 26b9322

Please sign in to comment.