mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 17:51:34 +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;
|
||||
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
class BrowseDialog : protected Dialog {
|
||||
protected:
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include "browsedialog.h"
|
||||
|
||||
|
||||
using std::vector;
|
||||
|
||||
class FileDialog : public BrowseDialog {
|
||||
public:
|
||||
FileDialog(GMenu2X *gmenu2x, const string &text, const string &filter="",
|
||||
|
Loading…
Reference in New Issue
Block a user