wxwidgets/src/x11/data.cpp
Vadim Zeitlin e43f913313 Remove all blank "Modified by:" lines from top comment blocks
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.
2023-10-22 01:22:48 +02:00

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;