diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:44:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:44:27 +0200 |
commit | bc64a989bc91cbf2acf06bbbdc402861e31aab81 (patch) | |
tree | 261d818113ad1ad7cc2f679de76f310917e4f482 /menu.cc | |
parent | 5746abc233d24e39e84effb481b3baac1e9fe19b (diff) |
Remove obsolete/historic files.
Diffstat (limited to 'menu.cc')
-rw-r--r-- | menu.cc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/menu.cc b/menu.cc deleted file mode 100644 index 8992cb5..0000000 --- a/menu.cc +++ /dev/null @@ -1,28 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/*************************************************************************** - * menu.cc - * - * Fri Aug 22 18:59:25 CEST 2008 - * Copyright 2008 Bent Bisballe Nyeng - * deva@aasimon.org - ****************************************************************************/ - -/* - * This file is part of Qookie. - * - * Qookie is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * Qookie is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Qookie; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ -#include "menu.h" - |