1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

Removed unnecessary "using" statements.

These classes don't use any vectors.
This commit is contained in:
Maarten ter Huurne 2010-07-26 04:45:50 +02:00
parent 1237c59cfe
commit 43b7c3db78
2 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@
class FileLister;
using std::string;
using std::vector;
class BrowseDialog : protected Dialog {
protected:

View File

@ -26,8 +26,6 @@
#include "browsedialog.h"
using std::vector;
class FileDialog : public BrowseDialog {
public:
FileDialog(GMenu2X *gmenu2x, const string &text, const string &filter="",