diff options
Diffstat (limited to 'src/game/editor/ed_editor.h')
| -rw-r--r-- | src/game/editor/ed_editor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h index 863c36e4..d027c162 100644 --- a/src/game/editor/ed_editor.h +++ b/src/game/editor/ed_editor.h @@ -261,7 +261,6 @@ public: array<CLayerGroup*> m_lGroups; array<CEditorImage*> m_lImages; - array<CEditorImage*> m_lSortedImages; array<CEnvelope*> m_lEnvelopes; class CLayerGame *m_pGameLayer; @@ -598,8 +597,7 @@ public: static void ReplaceImage(const char *pFilename, void *pUser); static void AddImage(const char *pFilename, void *pUser); - void SortImages(); - + void RenderImages(CUIRect Toolbox, CUIRect Toolbar, CUIRect View); void RenderLayers(CUIRect Toolbox, CUIRect Toolbar, CUIRect View); void RenderModebar(CUIRect View); |