Skip to content

Commit

Permalink
Remove ActionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
bhennion committed Sep 9, 2023
1 parent 7cd1bf7 commit e89b0be
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 133 deletions.
56 changes: 0 additions & 56 deletions src/core/control/Actions.cpp

This file was deleted.

72 changes: 0 additions & 72 deletions src/core/control/Actions.h

This file was deleted.

1 change: 0 additions & 1 deletion src/core/control/Control.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "model/PageRef.h" // for PageRef
#include "undo/UndoRedoHandler.h" // for UndoRedoHandler (ptr only)

#include "Actions.h" // for ActionHandler
#include "ClipboardHandler.h" // for ClipboardListener
#include "ToolHandler.h" // for ToolListener
#include "filesystem.h" // for path
Expand Down
2 changes: 0 additions & 2 deletions src/core/control/ToolHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
#include "model/StrokeStyle.h" // for StrokeStyle
#include "util/Color.h"

#include "Actions.h" // for ActionHandler

class LineStyle;


Expand Down
2 changes: 0 additions & 2 deletions src/core/gui/toolbarMenubar/ToolButton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include "util/raii/GObjectSPtr.h" // for WidgetSPtr


class ActionHandler;

ToolButton::ToolButton(std::string id, Action action, std::string iconName, std::string description, bool toggle):
AbstractToolItem(id, action), iconName(std::move(iconName)), description(std::move(description)) {
this->toggle = toggle;
Expand Down

0 comments on commit e89b0be

Please sign in to comment.