mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Removed unnecessary "using" statements.
These classes don't use any vectors.
This commit is contained in:
@@ -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="",
|
||||||
|
|||||||
Reference in New Issue
Block a user