mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 11:46:14 +02: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:
parent
f0f3684826
commit
7e2bdcc922
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user