mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove default reimplementation of TreeWalker::acceptIncludes() from WriteIncludes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
5bc3bae15c
commit
cbf7b4a194
2 changed files with 0 additions and 6 deletions
|
@ -938,11 +938,6 @@ void WriteIncludes::acceptCustomWidgets(DomCustomWidgets *node)
|
|||
Q_UNUSED(node);
|
||||
}
|
||||
|
||||
void WriteIncludes::acceptIncludes(DomIncludes *node)
|
||||
{
|
||||
TreeWalker::acceptIncludes(node);
|
||||
}
|
||||
|
||||
void WriteIncludes::acceptInclude(DomInclude *node)
|
||||
{
|
||||
bool global = true;
|
||||
|
|
|
@ -69,7 +69,6 @@ struct WriteIncludes : public TreeWalker
|
|||
//
|
||||
// include hints
|
||||
//
|
||||
void acceptIncludes(DomIncludes *node);
|
||||
void acceptInclude(DomInclude *node);
|
||||
|
||||
bool scriptsActivated() const { return m_scriptsActivated; }
|
||||
|
|
Loading…
Add table
Reference in a new issue