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
483 B
C++
13 lines
483 B
C++
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: src/x11/data.cpp
|
|
// Purpose: Various X11-specific global data
|
|
// Author: Julian Smart
|
|
// Created: 17/09/98
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// this file is empty for now but a translation unit is not supposed to be
|
|
// completely empty
|
|
extern int wxX11DummyData;
|
|
|