diff options
Diffstat (limited to 'src/MarginView.h')
-rw-r--r-- | src/MarginView.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/MarginView.h b/src/MarginView.h index 8c401ae4a..465095f29 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -12,12 +12,6 @@ namespace Scintilla { #endif -bool ValidStyledText(const ViewStyle &vs, size_t styleOffset, const StyledText &st); - -void DrawStyledText(Surface *surface, const ViewStyle &vs, int styleOffset, PRectangle rcText, - const StyledText &st, size_t start, size_t length); -int WidestLineWidth(Surface *surface, const ViewStyle &vs, int styleOffset, const StyledText &st); - void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourDesired wrapColour); /** |