Having this line is not useful at all as it doesn't contain any information and shouldn't be filled in the future as git-shortlog can provide the information about people who changed the given file more more reliably than consulting the comments in any case. Keep the non-blank lines for historical purposes.
13 lines
538 B
C
13 lines
538 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/gtk/accel.h
|
|
// Purpose: wxAcceleratorTable redirection file
|
|
// Author: Julian Smart
|
|
// Created:
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// VZ: keeping the old file just in case we're going to have a native GTK+
|
|
// wxAcceleratorTable implementation one day, but for now use the generic
|
|
// version
|
|
#include "wx/generic/accel.h"
|