diff options
Diffstat (limited to 'src/graph/graph.hpp')
| -rw-r--r-- | src/graph/graph.hpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/src/graph/graph.hpp b/src/graph/graph.hpp index b98db5f4..b859e82f 100644 --- a/src/graph/graph.hpp +++ b/src/graph/graph.hpp @@ -164,9 +164,6 @@ namespace cru::graph          return graph_manager_->GetD2D1DeviceContext();      } -    Microsoft::WRL::ComPtr<ID2D1SolidColorBrush> CreateSolidBrush(const D2D1_COLOR_F& color); -    Microsoft::WRL::ComPtr<IDWriteTextFormat> CreateDefaultTextFormat(); -      inline void WithTransform(ID2D1DeviceContext* device_context, const D2D1_MATRIX_3X2_F matrix, const std::function<void(ID2D1DeviceContext*)>& action)      {          D2D1_MATRIX_3X2_F old_transform;  | 
