diff options
| author | Peter Penz <[email protected]> | 2007-11-25 14:51:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-25 14:51:41 +0000 |
| commit | a26eda8d3809159615a5fe95b1cf8eb154b1374b (patch) | |
| tree | 337fc518b16170ebdbe3c0918cb6425ef6e2e873 /src/dolphinmainwindow.h | |
| parent | 937abdf2a7d07e7068188785411146d3c5ac49e3 (diff) | |
there's no need having 2-liners inside their own method when this method is only invoked once...
svn path=/trunk/KDE/kdebase/apps/; revision=741371
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ef694513c..278ffffc7 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -443,9 +443,6 @@ private: void updateEditActions(); void updateViewActions(); void updateGoActions(); - void copyUrls(const KUrl::List& source, const KUrl& dest); - void moveUrls(const KUrl::List& source, const KUrl& dest); - void linkUrls(const KUrl::List& source, const KUrl& dest); void clearStatusBar(); /** |
