diff options
| author | Po Lu | 2021-12-19 09:18:20 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-19 09:18:20 +0800 |
| commit | 1fce1d99d4f0b37481dce19bebaf93ccffde4cff (patch) | |
| tree | 56ffaf28ecf8c5e94f7fc28fdc8f48976cc2cc31 /src | |
| parent | 1758db1bd86d2ee358824a51d82dc5f711406fec (diff) | |
| download | emacs-1fce1d99d4f0b37481dce19bebaf93ccffde4cff.tar.gz emacs-1fce1d99d4f0b37481dce19bebaf93ccffde4cff.zip | |
* src/gtkutil.c: Remove obsolete fixme.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index c10b3623705..62a9c05a977 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -17,13 +17,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | /* FIXME: This code is problematic; it misuses GTK, so the GTK | ||
| 21 | developers don't think they should fix the resulting problems in GTK | ||
| 22 | itself. The right way to fix this is by rewriting the code in Emacs | ||
| 23 | to use GTK3 properly. As of 2020, there is a project to do this. | ||
| 24 | Talk with Yuuki Harano <masm+emacs@masm11.me> if you are interested | ||
| 25 | in doing substantial work on this. */ | ||
| 26 | |||
| 27 | #include <config.h> | 20 | #include <config.h> |
| 28 | 21 | ||
| 29 | #ifdef USE_GTK | 22 | #ifdef USE_GTK |