Clean up code
Fix compile warning, remove GTK functions not present in version 3.16, and make code more concise.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
using Tool = ToolPanelCoordinator::Tool;
|
||||
using ToolTree = struct ToolPanelCoordinator::ToolTree;
|
||||
using ToolTree = ToolPanelCoordinator::ToolTree;
|
||||
|
||||
const std::vector<ToolTree> EXPOSURE_PANEL_TOOLS = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user