summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/buzzword/buzzword.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/noncore/games/buzzword/buzzword.cpp b/noncore/games/buzzword/buzzword.cpp
index 324b5bd..b870a59 100644
--- a/noncore/games/buzzword/buzzword.cpp
+++ b/noncore/games/buzzword/buzzword.cpp
@@ -77,4 +77,2 @@ BuzzWord::BuzzWord() : QMainWindow(0)
game->insertItem(tr("&New game"), this, SLOT(newGame()), Key_N );
- game->insertSeparator();
- game->insertItem(tr("&About"), this, SLOT(about()));
menu->insertItem( tr("&Game"), game );
@@ -177,7 +175,2 @@ void BuzzWord::bingo()
-void BuzzWord::about()
-{
- QMessageBox::information( this, "About", "buZzword 1.0\n(c) 2002 Martin Imobersteg\n\nThis program is distributed\nunder the terms of the GPL v2." );
-}
-
void BuzzWord::newGame()