Remove unused args param
This commit is contained in:
parent
11a4c7e408
commit
f119bc0944
2 changed files with 3 additions and 6 deletions
|
@ -24,8 +24,7 @@ class Clipboard {
|
|||
static bool Has(const std::string& format_string, mate::Arguments* args);
|
||||
static void Clear(mate::Arguments* args);
|
||||
|
||||
static std::string Read(const std::string& format_string,
|
||||
mate::Arguments* args);
|
||||
static std::string Read(const std::string& format_string);
|
||||
static void Write(const mate::Dictionary& data, mate::Arguments* args);
|
||||
|
||||
static base::string16 ReadText(mate::Arguments* args);
|
||||
|
@ -51,7 +50,6 @@ class Clipboard {
|
|||
static v8::Local<v8::Value> ReadBuffer(const std::string& format_string,
|
||||
mate::Arguments* args);
|
||||
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(Clipboard);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue