Skip to content

Commit

Permalink
Remove now-unused getGtkTouchScrollingEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator authored and rolandlo committed Nov 17, 2022
1 parent 3c43dc6 commit dcae0c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ void MainWindow::setGtkTouchscreenScrollingEnabled(bool enabled) {
G_PRIORITY_HIGH);
}

bool MainWindow::getGtkTouchscreenScrollingEnabled() const { return gtkTouchscreenScrollingEnabled.load(); }

/**
* Allow to hide menubar, but only if global menu is not enabled
*/
Expand Down
1 change: 0 additions & 1 deletion src/gui/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class MainWindow: public GladeGui, public LayerCtrlListener {
*/
void setGtkTouchscreenScrollingForDeviceMapping();
void setGtkTouchscreenScrollingEnabled(bool enabled);
bool getGtkTouchscreenScrollingEnabled() const;

void rebindMenubarAccelerators();

Expand Down

0 comments on commit dcae0c4

Please sign in to comment.