diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-18 08:06:52 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-18 08:06:52 +0300 |
commit | 4c84613543bf24373bdb57049ae50f5d6bb28a62 (patch) | |
tree | 05a0dd3ad8ad3674f9f92ba963ea2ecea25965bf /src/app.h | |
parent | 2b53c2dd6cb4524a9b240120abfd309b86c24899 (diff) |
Cleanup
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ iStringSet * listOpenURLs_App (void); /* all tabs */ | |||
99 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); | 99 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); |
100 | void trimCache_App (void); | 100 | void trimCache_App (void); |
101 | void trimMemory_App (void); | 101 | void trimMemory_App (void); |
102 | iBool findCachedContent_App(const iString *url, iString *mime_out, iBlock *data_out); | 102 | //iBool findCachedContent_App(const iString *url, iString *mime_out, iBlock *data_out); |
103 | 103 | ||
104 | iDocumentWidget * document_Root (iRoot *); | 104 | iDocumentWidget * document_Root (iRoot *); |
105 | 105 | ||