mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 23:20:37 +02:00
Removed unnecessary "using" statements.
These classes don't use any vectors.
This commit is contained in:
parent
1237c59cfe
commit
43b7c3db78
@ -30,7 +30,6 @@
|
|||||||
class FileLister;
|
class FileLister;
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::vector;
|
|
||||||
|
|
||||||
class BrowseDialog : protected Dialog {
|
class BrowseDialog : protected Dialog {
|
||||||
protected:
|
protected:
|
||||||
|
@ -26,8 +26,6 @@
|
|||||||
#include "browsedialog.h"
|
#include "browsedialog.h"
|
||||||
|
|
||||||
|
|
||||||
using std::vector;
|
|
||||||
|
|
||||||
class FileDialog : public BrowseDialog {
|
class FileDialog : public BrowseDialog {
|
||||||
public:
|
public:
|
||||||
FileDialog(GMenu2X *gmenu2x, const string &text, const string &filter="",
|
FileDialog(GMenu2X *gmenu2x, const string &text, const string &filter="",
|
||||||
|
Loading…
Reference in New Issue
Block a user