diff --git a/cockatrice/src/client/ui/widgets/general/layout_containers/flow_widget.h b/cockatrice/src/client/ui/widgets/general/layout_containers/flow_widget.h index 93a5410a6..baed97b8d 100644 --- a/cockatrice/src/client/ui/widgets/general/layout_containers/flow_widget.h +++ b/cockatrice/src/client/ui/widgets/general/layout_containers/flow_widget.h @@ -10,9 +10,6 @@ inline Q_LOGGING_CATEGORY(FlowWidgetLog, "flow_widget"); inline Q_LOGGING_CATEGORY(FlowWidgetSizeLog, "flow_widget.size"); -inline Q_LOGGING_CATEGORY(FlowWidgetLog, "flow_widget"); -inline Q_LOGGING_CATEGORY(FlowWidgetSizeLog, "flow_widget.size"); - class FlowWidget final : public QWidget { Q_OBJECT