Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Mar 8, 2024
1 parent cb49b30 commit a425808
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions vstgui/lib/ctexteditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ struct TextEditorView : public CView,
public IFocusDrawing,
public ViewEventListenerAdapter
{
using Position = TextEditorColorization::Position;

TextEditorView (ITextEditorController* controller);
void beforeDelete () override;

Expand Down
7 changes: 0 additions & 7 deletions vstgui/lib/ctexteditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ struct TextEditorControllerAdapter : ITextEditorController
//------------------------------------------------------------------------
namespace TextEditorColorization {

//------------------------------------------------------------------------
struct Position
{
uint32_t row;
uint32_t column;
};

//------------------------------------------------------------------------
/** extension to ITextEditor, use a dynamic_cast to get it from an ITextEditor */
struct IEditorExt
Expand Down

0 comments on commit a425808

Please sign in to comment.