mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Remove #include in the middle of browsedialog.cpp
This was probably debug code that was only partially removed before commit.
This commit is contained in:
@@ -178,8 +178,6 @@ void BrowseDialog::handleInput()
|
|||||||
buttonBox.handleTS();
|
buttonBox.handleTS();
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
void BrowseDialog::directoryUp()
|
void BrowseDialog::directoryUp()
|
||||||
{
|
{
|
||||||
string path = getPath();
|
string path = getPath();
|
||||||
|
|||||||
Reference in New Issue
Block a user