~ubuntu-branches/ubuntu/maverick/sgt-puzzles/maverick

« back to all changes in this revision

Viewing changes to no-icon.c

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2007-04-24 21:31:11 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070424213111-6gtsyob16ode8y53
Tags: 7446-1
* New upstream release - closes: #417543
* Corrected minimum number of islands for Bridges - closes: #417541

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#if 0
 
2
#include <X11/Intrinsic.h>
 
3
#endif
 
4
 
 
5
/*
 
6
 * Dummy source file which replaces the files generated in the
 
7
 * `icons' subdirectory, when they're absent.
 
8
 */
 
9
 
 
10
const char *const *const xpm_icons[] = { 0 };
 
11
const int n_xpm_icons = 0;