diff options
author | nyamatongwe <unknown> | 2003-09-27 00:54:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-09-27 00:54:01 +0000 |
commit | 03e957297e0b4a513baf6b00ec10f97bb53c4fcb (patch) | |
tree | 2c37e858f16c37cef0d9b1f41009e550169b5f5c /include/Platform.h | |
parent | 9164a954eb3949135144f0ffdb760723537d4968 (diff) | |
download | scintilla-mirror-03e957297e0b4a513baf6b00ec10f97bb53c4fcb.tar.gz |
Removed ListBox::Sort as always created in sorted order.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index 52dda04c7..eae194d52 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -403,7 +403,6 @@ public: virtual int GetSelection()=0; virtual int Find(const char *prefix)=0; virtual void GetValue(int n, char *value, int len)=0; - virtual void Sort()=0; virtual void RegisterImage(int type, const char *xpm_data)=0; virtual void ClearRegisteredImages()=0; virtual void SetDoubleClickAction(CallBackAction, void *)=0; |